]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Don't use GNU linker option --as-needed yet
authorKen Raeburn <raeburn@mit.edu>
Fri, 9 Jun 2006 22:48:06 +0000 (22:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 9 Jun 2006 22:48:06 +0000 (22:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18101 dc483132-0cff-0310-8789-dd5450dbe970

src/config/shlib.conf

index a76340159c4fe0aaaae6fe9fc09e9fa8dc5f7380..0d86b32fa1cf3872dd8dca09d2a11a76f1dd3818 100644 (file)
@@ -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