Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk8 lang/openjdk8: skip check for unknown co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe7855e1cc41
branches:  trunk
changeset: 433473:fe7855e1cc41
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jun 02 18:25:39 2020 +0000

description:
lang/openjdk8: skip check for unknown configure options

diffstat:

 lang/openjdk8/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fb2a0d8fc9a5 -r fe7855e1cc41 lang/openjdk8/Makefile
--- a/lang/openjdk8/Makefile    Tue Jun 02 17:53:29 2020 +0000
+++ b/lang/openjdk8/Makefile    Tue Jun 02 18:25:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2020/05/29 10:51:23 abs Exp $
+# $NetBSD: Makefile,v 1.103 2020/06/02 18:25:39 rillig Exp $
 
 DISTNAME=      openjdk-jdk8u-${GITHUB_TAG}
 PKGNAME=       openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/}
@@ -28,6 +28,7 @@
 BUILD_DEPENDS+=                mozilla-rootcerts>=1.0.20140820nb2:../../security/mozilla-rootcerts
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # not really GNU configure, only similar
 USE_GNU_CONFIGURE_HOST=        no
 CONFIGURE_SCRIPT=      configure
 CONFIG_SHELL=          bash



Home | Main Index | Thread Index | Old Index