Exclude CHECK_SHLIBS_SUPPORTED on Linux-*-x86_64

This commit is contained in:
abs 2011-07-09 10:27:53 +00:00
parent c24b68d80a
commit da6cef42be

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2011/06/09 09:08:17 obache Exp $
# $NetBSD: Makefile,v 1.23 2011/07/09 10:27:53 abs Exp $
DISTNAME= jdk-6u26-linux-${DIST_ARCH}
PKGNAME= sun-jdk6-6.0.26
@ -14,6 +14,10 @@ JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \
MAKE_JOBS_SAFE= no
.if !empty(MACHINE_PLATFORM:MLinux-*-x86_64)
CHECK_SHLIBS_SUPPORTED= no
.endif
.include "../../lang/sun-jre6/Makefile.common"
# Remove parts that are in common with the JRE