Exclude CHECK_SHLIBS_SUPPORTED on Linux-*-x86_64
This commit is contained in:
parent
c24b68d80a
commit
da6cef42be
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue