You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jss/files/jss-4.3-ldflags.patch

15 lines
370 B

https://bugzilla.mozilla.org/show_bug.cgi?id=583666
https://bugs.gentoo.org/show_bug.cgi?id=327619
--- security/coreconf/Linux.mk
+++ security/coreconf/Linux.mk
@@ -174,7 +174,7 @@
ARCH = linux
DSO_CFLAGS = -fPIC
-DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,-z,defs
+DSO_LDOPTS = $(LDFLAGS) -shared $(ARCHFLAG) -Wl,-z,defs
DSO_LDFLAGS =
LDFLAGS += $(ARCHFLAG)