zfs/lib/libzfs
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 Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
Makefile.am Make interlibrary dependencies explicit 2010-08-16 16:24:36 -07:00
libzfs_changelist.c Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2010-05-28 15:34:57 -07:00
libzfs_config.c Update gcc-missing-braces based on structure changes 2010-06-14 15:44:06 -07:00
libzfs_dataset.c Merge branch 'gcc-branch' into refs/top-bases/zfs-branch 2010-06-14 15:51:51 -07:00
libzfs_fru.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
libzfs_graph.c Update gcc-missing-braces based on structure changes 2010-06-14 15:44:06 -07:00
libzfs_import.c Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch 2010-06-14 15:51:50 -07:00
libzfs_mount.c Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2010-05-28 15:34:57 -07:00
libzfs_pool.c Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch 2010-06-14 15:51:50 -07:00
libzfs_sendrecv.c Merge branch 'gcc-branch' into refs/top-bases/zfs-branch 2010-06-14 15:51:51 -07:00
libzfs_status.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
libzfs_util.c Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2010-05-28 15:34:57 -07:00