diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2020-05-06 10:16:29 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2020-05-06 10:16:29 +0000 |
commit | cd12fb56a51aa8e831bbdc451af3aa89e2bd2ea7 (patch) | |
tree | 0ba0afbdbe2196100ad7855667432f029f748cb1 /lang/openjdk8/Makefile | |
parent | 0cd05e780215f69a4b757c2e8777cecab65a28fa (diff) | |
download | pkgsrc-cd12fb56a51aa8e831bbdc451af3aa89e2bd2ea7.tar.gz |
Follow openjdk11 and unlimit cputime as individual commands can take more
than 1hr of CPU time.
Diffstat (limited to 'lang/openjdk8/Makefile')
-rw-r--r-- | lang/openjdk8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile index 5d79b393955..0eac489147f 100644 --- a/lang/openjdk8/Makefile +++ b/lang/openjdk8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2020/05/04 21:32:15 tnn Exp $ +# $NetBSD: Makefile,v 1.97 2020/05/06 10:16:29 jmcneill Exp $ DISTNAME= openjdk-jdk8u-${GITHUB_TAG} PKGNAME= openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/} @@ -36,7 +36,7 @@ CONFIG_SUB_OVERRIDE+= common/autoconf/build-aux/autoconf-config.sub CONFIG_GUESS_OVERRIDE+= common/autoconf/build-aux/autoconf-config.guess USE_LANGUAGES= c c++ USE_TOOLS+= bash gmake pax pkg-config unzip:run zip:run -UNLIMIT_RESOURCES= datasize stacksize virtualsize +UNLIMIT_RESOURCES= datasize stacksize virtualsize cputime PLIST_SRC+= ${PLIST_SRC_DFLT} CHECK_SHLIBS_SKIP+= java/${JAVA_NAME}/jre/lib/${LIBDIR_ARCH}/libinstrument.so |