summaryrefslogtreecommitdiff
path: root/lang/openjdk8/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2015-06-13 14:55:52 +0000
committertnn <tnn>2015-06-13 14:55:52 +0000
commit65ed79f7c7a6ab0d05796148cd317371bab1f8f9 (patch)
tree6c473b4fc2b07bc4c2a0c2de3c2d2030342f557d /lang/openjdk8/Makefile
parent60dffa0fd5b7903ac4f0142c127d6063dfb9e838 (diff)
downloadpkgsrc-65ed79f7c7a6ab0d05796148cd317371bab1f8f9.tar.gz
Disable use of C++ precompiled headers.
My benchmark shows that they make the build at least 10% slower.
Diffstat (limited to 'lang/openjdk8/Makefile')
-rw-r--r--lang/openjdk8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile
index b410367233a..ea0923692cc 100644
--- a/lang/openjdk8/Makefile
+++ b/lang/openjdk8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/06/10 13:29:57 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2015/06/13 14:55:52 tnn Exp $
DISTNAME= openjdk-1.8.45-20150610
PKGNAME= openjdk8-1.8.45
@@ -50,6 +50,7 @@ CONFIGURE_ARGS+= --disable-freetype-bundling
CONFIGURE_ARGS+= --with-jobs=${MAKE_JOBS:U1}
CONFIGURE_ARGS+= --with-num-cores=${MAKE_JOBS:U1}
CONFIGURE_ARGS+= --with-memory-size=768
+CONFIGURE_ARGS+= --disable-precompiled-headers
CONFIGURE_ARGS+= --disable-ccache
CONFIGURE_ARGS+= --with-user-release-suffix=pkgsrc_${PKGVERSION}
CONFIGURE_ARGS+= --with-update-version=u${PKGVERSION_NOREV:S/1.8.//}