pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openjdk11: use CONFIGURE_ENV
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sat Sep 28 14:24:31 2019 +0200
Changeset: a457f74ec3ab7113f7d9246b802b634dd86ad432
Modified Files:
openjdk11/Makefile
Log Message:
openjdk11: use CONFIGURE_ENV
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a457f74ec3ab7113f7d9246b802b634dd86ad432
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openjdk11/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/openjdk11/Makefile b/openjdk11/Makefile
index 5eb3019005..f3d3831df4 100644
--- a/openjdk11/Makefile
+++ b/openjdk11/Makefile
@@ -146,7 +146,7 @@ ${WRKDIR}/cacerts.out:
${PREFIX}/sbin/mozilla-rootcerts extract
for cert in ${WRKDIR}/cacerts/*.pem; do \
${INFO_MSG} "Importing $$cert" && \
- ${SETENV} LD_LIBRARY_PATH=${ALT_BOOTDIR}/lib LC_ALL=C \
+ ${SETENV} ${CONFIGURE_ENV} LC_ALL=C \
${ALT_BOOTDIR}/bin/keytool \
-noprompt \
-importcert \
Home |
Main Index |
Thread Index |
Old Index