zfs/lib/libuutil
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 Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
Makefile.am Make interlibrary dependencies explicit 2010-08-16 16:24:36 -07:00
uu_alloc.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
uu_avl.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
uu_dprintf.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
uu_ident.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
uu_list.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
uu_misc.c Merge branch 'fix-branch' into refs/top-bases/zfs-branch 2010-06-14 16:24:45 -07:00
uu_open.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
uu_pname.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00
uu_strtoint.c Added 'gcc-ident-pragmas' branch. 2009-03-11 10:59:45 -07:00