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.2-ldflags.patch

12 lines
465 B

--- security/coreconf/Linux.mk.orig 2010-01-15 22:19:00.000000000 +0000
+++ security/coreconf/Linux.mk 2015-09-27 22:17:50.102547607 +0100
@@ -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.