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-jdk7 | |
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-jdk7')
-rw-r--r-- | lang/sun-jdk7/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/sun-jdk7/Makefile b/lang/sun-jdk7/Makefile index 33cb34532b4..addda3b4610 100644 --- a/lang/sun-jdk7/Makefile +++ b/lang/sun-jdk7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/05/05 16:20:08 abs Exp $ +# $NetBSD: Makefile,v 1.17 2016/03/10 16:04:13 jperkin Exp $ # Note: This must be kept in sync with the sun-jre7 package # Note: make sure you include sums for both the x86_64 and the x86_32 @@ -23,10 +23,6 @@ MAKE_JOBS_SAFE= no .include "../../lang/sun-jre7/Makefile.common" -.if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) -CHECK_SHLIBS_SUPPORTED= no -.endif - # The 64-bit Solaris downloads for some inexplicable reason only contain # the additional 64-bit files, and you need the main 32-bit file too. .if ${EMUL_OPSYS} == "solaris" && ${EMUL_ARCH} == "x86_64" |