commit | 29551cacca6df9cd8bcf7223ae4383a27fd23557 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Sep 04 22:36:52 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 04 22:39:20 2008 -0400 |
tree | 1b9e74dc00c0dfbe6771d7ef5450685cf3412aef | |
parent | 61e6e045e207ca0573041618c9894aea44579d31 [diff] |
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>