pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/openjdk11



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 24 21:04:58 UTC 2020

Modified Files:
        pkgsrc/lang/openjdk11: Makefile

Log Message:
lang/openjdk11: skip check for configure options


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/openjdk11/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/openjdk11/Makefile
diff -u pkgsrc/lang/openjdk11/Makefile:1.22 pkgsrc/lang/openjdk11/Makefile:1.23
--- pkgsrc/lang/openjdk11/Makefile:1.22 Fri May 22 10:56:15 2020
+++ pkgsrc/lang/openjdk11/Makefile      Sun May 24 21:04:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/05/22 10:56:15 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/24 21:04:57 rillig Exp $
 
 DISTNAME=      openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -24,6 +24,7 @@ JAVA_WRAPPERS=        jar java javac javadoc ja
 BUILD_DEPENDS+=                mozilla-rootcerts>=1.0.20140820nb2:../../security/mozilla-rootcerts
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # generates the configure script during the build
 USE_GNU_CONFIGURE_HOST=        no
 CONFIGURE_SCRIPT=      configure
 CONFIG_SHELL=          bash



Home | Main Index | Thread Index | Old Index