zfs/lib/libzpool
Sebastian Pipping e69bd526c1 Make interlibrary dependencies explicit
Under the latest Gentoo (2.6.34-gentoo-r2) the interlibrary
dependencies must be made explicit.  This is likely due to
the --as-needed linker option which is commonly used under
Gentoo.  This option requires that the linker only include
the minimum set of symbols required by the binary.  Without
the full dependency tree the linker would need to bring in
all the symbols from dependent libraries.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-16 16:24:36 -07:00
..
include Merge commit 'refs/top-bases/zfs-branch' into zfs-branch 2010-07-23 11:42:23 -07:00
Makefile.am Make interlibrary dependencies explicit 2010-08-16 16:24:36 -07:00
kernel.c Merge branch 'fix-branch' into refs/top-bases/zfs-branch 2010-07-23 11:42:22 -07:00
taskq.c Add fix-pthreads topic branch 2010-06-14 16:20:44 -07:00
util.c Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2010-05-28 15:34:57 -07:00