diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-10 16:04:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-10 16:04:13 +0000 |
commit | c844fe70504c0e186bec8a8edfa4e7d32e42bf9c (patch) | |
tree | f15f4a14c50650537072afd2c4666896f1f7b1fc /lang/sun-jre7/Makefile | |
parent | c99375bd594eb68e3695309ef58f5055324f5c90 (diff) | |
download | pkgsrc-c844fe70504c0e186bec8a8edfa4e7d32e42bf9c.tar.gz |
Set CHECK_SHLIBS_SUPPORTED=no for both the JRE and JDK, a bug in check-shlibs
was masking test failures for the JDK package.
Diffstat (limited to 'lang/sun-jre7/Makefile')
-rw-r--r-- | lang/sun-jre7/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/sun-jre7/Makefile b/lang/sun-jre7/Makefile index 2c048a7dcaf..a41a5588f5c 100644 --- a/lang/sun-jre7/Makefile +++ b/lang/sun-jre7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/04/26 11:52:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2016/03/10 16:04:13 jperkin Exp $ # Note: Regen distinfo with PKG_OPTIONS.sun-jre7+=sun-jre-jce # Note: Update DOWNLOAD_NAME when you update the JRE version @@ -44,7 +44,6 @@ CONF_FILES+= ${JAVA_HOME}/lib/${file}.default ${JAVA_HOME}/lib/${file} .endfor CHECK_FILES_SKIP+= ${JAVA_HOME}/lib/${JAVA_ARCH}/client/classes.jsa -CHECK_SHLIBS_SUPPORTED= NO PKG_OPTIONS_VAR= PKG_OPTIONS.sun-jre7 PKG_SUPPORTED_OPTIONS= sun-jre-jce |