From 9873a72e002d3fec7a62c3c303c62f6fdd9f2c77 Mon Sep 17 00:00:00 2001 From: raeburn Date: Fri, 9 Jun 2006 22:48:06 +0000 Subject: [PATCH] Don't use GNU linker option --as-needed yet. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18101 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/shlib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/shlib.conf b/src/config/shlib.conf index a76340159c..0d86b32fa1 100644 --- a/src/config/shlib.conf +++ b/src/config/shlib.conf @@ -350,7 +350,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),--as-needed' + LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' # LDCOMBINE_TAIL='-Wl,--version-script binutils.versions && $(PERL) -w $(SRCTOP)/util/export-check.pl $(SHLIB_EXPORT_FILE) $@' SHLIB_EXPORT_FILE_DEP=binutils.versions