--- a/security/coreconf/Linux.mk +++ b/security/coreconf/Linux.mk @@ -142,7 +142,7 @@ ARCH = linux DSO_CFLAGS = -fPIC -DSO_LDOPTS = -shared $(ARCHFLAG) +DSO_LDOPTS = $(LDFLAGS) -shared $(ARCHFLAG) # The linker on Red Hat Linux 7.2 and RHEL 2.1 (GNU ld version 2.11.90.0.8) # incorrectly reports undefined references in the libraries we link with, so # we don't use -z defs there.