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