cae166
Index: nss/coreconf/Linux.mk
cae166
===================================================================
cae166
--- nss.orig/coreconf/Linux.mk
cae166
+++ nss/coreconf/Linux.mk
cae166
@@ -144,7 +144,7 @@ ifdef USE_PTHREADS
cae166
 endif
cae166
 
cae166
 DSO_CFLAGS		= -fPIC
cae166
-DSO_LDOPTS		= -shared $(ARCHFLAG) -Wl,--gc-sections
cae166
+DSO_LDOPTS		= -shared $(ARCHFLAG) -Wl,--gc-sections $(DSO_LDFLAGS)
cae166
 # The linker on Red Hat Linux 7.2 and RHEL 2.1 (GNU ld version 2.11.90.0.8)
cae166
 # incorrectly reports undefined references in the libraries we link with, so
cae166
 # we don't use -z defs there.