pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/openjdk-bin
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Apr 16 11:34:39 UTC 2019
Modified Files:
pkgsrc/lang/openjdk-bin: Makefile
Log Message:
Fix packaging under native Linux
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/openjdk-bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/openjdk-bin/Makefile
diff -u pkgsrc/lang/openjdk-bin/Makefile:1.1 pkgsrc/lang/openjdk-bin/Makefile:1.2
--- pkgsrc/lang/openjdk-bin/Makefile:1.1 Tue Mar 26 20:49:17 2019
+++ pkgsrc/lang/openjdk-bin/Makefile Tue Apr 16 11:34:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/26 20:49:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/16 11:34:39 ryoon Exp $
DISTNAME= openjdk-12_linux-x64_bin
PKGNAME= ${DISTNAME:S/_linux-x64_bin//:S/openjdk-/openjdk-bin-/}
@@ -13,6 +13,12 @@ LICENSE= gnu-gpl-v2 # with classpath exc
WRKSRC= ${WRKDIR}/jdk-${PKGVERSION_NOREV}
BUILD_DIRS= # empty; instead of NO_BUILD=yes to create wrappers
+# Contains pre-built binaries
+CHECK_RELRO_SUPPORTED= no
+CHECK_SHLIBS_SUPPORTED= no
+CHECK_SSP_SUPPORTED= no
+CTF_SUPPORTED= no
+
EMUL_PLATFORMS= linux-x86_64
EMUL_MODULES.linux= compat locale x11
Home |
Main Index |
Thread Index |
Old Index