ALT_CA_CERT_FILE and --with_cacerts_file

Henri Gomez henri.gomez at gmail.com
Mon Sep 24 11:25:49 PDT 2012


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 lambda-dev mailing list