View | Details | Raw Unified | Return to bug 266723
Collapse All | Expand All

(-)b/java/openjdk11/Makefile (-1 lines)
Lines 95-101 CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ Link Here
95
		--with-lcms=system \
95
		--with-lcms=system \
96
		--x-includes=${LOCALBASE}/include \
96
		--x-includes=${LOCALBASE}/include \
97
		--x-libraries=${LOCALBASE}/lib \
97
		--x-libraries=${LOCALBASE}/lib \
98
		--with-cacerts-file=${FILESDIR}/cacerts \
99
		--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
98
		--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
100
		--with-native-debug-symbols=none \
99
		--with-native-debug-symbols=none \
101
		--with-debug-level=release \
100
		--with-debug-level=release \
(-)b/java/openjdk17/Makefile (-1 lines)
Lines 94-100 CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ Link Here
94
		--with-lcms=system \
94
		--with-lcms=system \
95
		--x-includes=${LOCALBASE}/include \
95
		--x-includes=${LOCALBASE}/include \
96
		--x-libraries=${LOCALBASE}/lib \
96
		--x-libraries=${LOCALBASE}/lib \
97
		--with-cacerts-file=${FILESDIR}/cacerts \
98
		--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
97
		--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
99
		--with-native-debug-symbols=none \
98
		--with-native-debug-symbols=none \
100
		--with-debug-level=release \
99
		--with-debug-level=release \
(-)b/java/openjdk18/Makefile (-1 lines)
Lines 93-99 CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ Link Here
93
		--with-lcms=system \
93
		--with-lcms=system \
94
		--x-includes=${LOCALBASE}/include \
94
		--x-includes=${LOCALBASE}/include \
95
		--x-libraries=${LOCALBASE}/lib \
95
		--x-libraries=${LOCALBASE}/lib \
96
		--with-cacerts-file=${FILESDIR}/cacerts \
97
		--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
96
		--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
98
		--with-native-debug-symbols=none \
97
		--with-native-debug-symbols=none \
99
		--with-debug-level=release \
98
		--with-debug-level=release \
(-)b/java/openjdk8/Makefile (-1 lines)
Lines 76-82 CONFIGURE_ARGS+= --disable-ccache Link Here
76
.endif
76
.endif
77
CONFIGURE_ARGS+=	--disable-freetype-bundling \
77
CONFIGURE_ARGS+=	--disable-freetype-bundling \
78
			--disable-zip-debug-info \
78
			--disable-zip-debug-info \
79
			--with-cacerts-file=${FILESDIR}/cacerts \
80
			--with-cups=${LOCALBASE} \
79
			--with-cups=${LOCALBASE} \
81
			--with-debug-level=${JDK_BUILD_TYPE} \
80
			--with-debug-level=${JDK_BUILD_TYPE} \
82
			--with-freetype=${LOCALBASE} \
81
			--with-freetype=${LOCALBASE} \

Return to bug 266723