aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-08-30 19:44:54 +0000
committerKen Raeburn <raeburn@mit.edu>2006-08-30 19:44:54 +0000
commitbb6bbbf58e0325485650dc3793e0570c1a069554 (patch)
tree63c386ce33cc56b43d4b6500fbfccdbe8d064d7b
parentf86959ef30fabc17e6759968f63e06832853d8cc (diff)
downloadkrb5-bb6bbbf58e0325485650dc3793e0570c1a069554.zip
krb5-bb6bbbf58e0325485650dc3793e0570c1a069554.tar.gz
krb5-bb6bbbf58e0325485650dc3793e0570c1a069554.tar.bz2
* shlib.conf (*-*-linux*): Use LDFLAGS in LDCOMBINE
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18553 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/config/shlib.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/shlib.conf b/src/config/shlib.conf
index 2ad8285..aeaff70 100644
--- a/src/config/shlib.conf
+++ b/src/config/shlib.conf
@@ -363,7 +363,7 @@ mips-*-netbsd*)
SHLIBEXT=.so
# Linux ld doesn't default to stuffing the SONAME field...
# Use objdump -x to examine the fields of the library
- LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)'
+ LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) $(LDFLAGS)'
#
LDCOMBINE_TAIL='-Wl,--version-script binutils.versions && $(PERL) -w $(SRCTOP)/util/export-check.pl $(SHLIB_EXPORT_FILE) $@'
SHLIB_EXPORT_FILE_DEP=binutils.versions