Whamcloud - gitweb
Use $(LDFLAGS) when generating shared libraries
authorTheodore Ts'o <tytso@mit.edu>
Sun, 11 Dec 2005 03:33:25 +0000 (22:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 11 Dec 2005 03:33:25 +0000 (22:33 -0500)
commit3985754378ae9922a874d880f478dcff360a6224
tree21d348d67dbf0f55bd1b68c044189d9d74c0c0d5
parent3ded50b37cfb3d3864792dfed7793029a061267e
Use $(LDFLAGS)  when generating shared libraries

Makefile.elf-lib, Makefile.solaris-lib: Add $(LDFLAGS) to the command line
argument when generating the shared library, to allow cross-compile
and other builds that might need to specify -L paths to needed
libraries.

Addresses Sourceforge Bug #1261549

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ChangeLog
lib/Makefile.elf-lib
lib/Makefile.solaris-lib