aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk8/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2023-09-26 08:45:29 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-10-06 17:48:54 +0000
commita2f61c3e68e228e7d4186d18672da9d39218e289 (patch)
tree65697723af880ad8dc2bfb7c5f85c9ef244d7e17 /java/openjdk8/Makefile
parent9b934eb81abe3155ced3ea0a592b6256169ea595 (diff)
downloadports-a2f61c3e68e228e7d4186d18672da9d39218e289.tar.gz
ports-a2f61c3e68e228e7d4186d18672da9d39218e289.zip
Diffstat (limited to 'java/openjdk8/Makefile')
-rw-r--r--java/openjdk8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile
index f0365f6e212d..aec1d9537bdb 100644
--- a/java/openjdk8/Makefile
+++ b/java/openjdk8/Makefile
@@ -83,7 +83,8 @@ CONFIGURE_ARGS+= --disable-freetype-bundling \
--with-jvm-variants=${JDK_BUILD_JVM} \
--with-milestone=fcs \
--with-package-path=${LOCALBASE} \
- --with-zlib=system
+ --with-zlib=system \
+ --with-extra-ldflags="-Wl,--undefined-version"
CONFIGURE_SCRIPT= ../../configure
CONFIGURE_WRKSRC= ${WRKSRC}/common/autoconf