OSDN Git Service

Improve ELF shared library handling
authorTheodore Ts'o <tytso@mit.edu>
Wed, 3 Sep 2008 03:12:38 +0000 (23:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Sep 2008 03:12:38 +0000 (23:12 -0400)
commit55da987650b36a1b910a5968f7d83a190827f8bb
treeaabd8b8f047a57750c337d656e1a713818026903
parent3b4a66cfb688af9fa18e6f73ad9349a3d0a972d9
Improve ELF shared library handling

Pass in -rpath-link option to the linker so that blkid will build
correctly on systems that don't have libcom_err.so.2 installed.

Fix debugfs to only try to link with -ldl when building without shared
libraries; with ELF shared libraries, the library which requires -ldl
(libss.so) can required the library dependency itself.

Fix how we build tune2fs.static so that we use @LDFLAG_STATIC@, via
$(LDFLAGS_STATIC), instead of hard-coding the use of -static.

Addresses-Sourceforge-Bug: #2088537

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