ALT_CA_CERT_FILE and --with_cacerts_file

Mike Duigou mike.duigou at oracle.com
Mon Sep 24 14:12:18 PDT 2012


Henri;

Thank you for pursuing using the new build system for your various openjdk builds. Your experiences and feedback will definitely speed and improve the transition.

Mike

On Sep 24 2012, at 13:18 , Henri Gomez wrote:

> 2012/9/24 Magnus Ihse Bursie <magnus.ihse.bursie at oracle.com>:
>> There are never underscore in configure arguments, that's why it's unrecognized. That being said, I don't think it's properly implemented yet.
> 
> ...
> 
> generated-configure.sh:with_cacerts_file
> generated-configure.sh:  --with-cacerts-file     specify alternative
> cacerts file
> generated-configure.sh:# Choose cacerts source file
> generated-configure.sh:# Check whether --with-cacerts-file was given.
> generated-configure.sh:if test "${with_cacerts_file+set}" = set; then :
> generated-configure.sh:  withval=$with_cacerts_file;
> generated-configure.sh:if test "x$with_cacerts_file" != x; then
> generated-configure.sh:    CACERTS_FILE=$with_cacerts_file
> generated-configure.sh:
> CACERTS_FILE=${SRC_ROOT}/jdk/src/share/lib/security/cacerts
> generated-configure.sh:
> CACERTS_FILE=${SRC_ROOT}/jdk/src/closed/share/lib/security/cacerts.internal
> 
> exact, --with-cacerts-file
> 
>> But you are welcome to try it out.
> 
> Right now :)




More information about the build-infra-dev mailing list