Whamcloud - gitweb
Fix e2initrd_helper, blkid, and fsck from linking with unneeded libraries
authorTheodore Ts'o <tytso@mit.edu>
Fri, 5 Sep 2008 02:36:52 +0000 (22:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 5 Sep 2008 02:39:20 +0000 (22:39 -0400)
commit29551cacca6df9cd8bcf7223ae4383a27fd23557
tree1b9e74dc00c0dfbe6771d7ef5450685cf3412aef
parent61e6e045e207ca0573041618c9894aea44579d31
Fix e2initrd_helper, blkid, and fsck from linking with unneeded libraries

... especially when using ELF shared libraries.  We only need to link
with a library if the executable uses that library directly.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
MCONFIG.in
misc/Makefile.in
misc/e2initrd_helper.c