ALT_CA_CERT_FILE and --with_cacerts_file

Mike Duigou mike.duigou at oracle.com
Mon Sep 24 11:56:33 PDT 2012


Are you able to use this option on new builds of jdk8?

Mike
On Sep 24 2012, at 11:25 , Henri Gomez wrote:

> Hi to all,
> 
> In old build system, ALT_CACERTS_FILE allowed to use a specific CA Cert file.
> 
> In configure there is a reference to --with_cacerts_file and I tried
> to use it on lambda.
> 
> ...
> pushd common/makefiles
>  sh ../autoconf/configure --with-boot-jdk=$OBF_BOOTDIR
> --with-freetype=$OBF_FREETYPE_DIR
> --with_cacerts_file=$DROP_DIR/cacerts
>  make images
> ...
> 
> No way, it failed :
> 
> ### using new build system ###
> ~/workspace/openjdk8-lambda-standard-build/noarch/opensuse12-x86_64-builder/sources/common/makefiles
> ~/workspace/openjdk8-lambda-standard-build/noarch/opensuse12-x86_64-builder/sources
> configure: error: unrecognized option:
> `--with_cacerts_file=/home/cijenka/DROP_DIR/cacerts'
> Try `../autoconf/configure --help' for more information
> 
> Did I miss something ?
> 




More information about the build-infra-dev mailing list