tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CA bundle for cadaver/neon



* On 2022-10-20 at 15:30 BST, Emmanuel Dreyfus wrote:

CURL_SSLCERTBUNDLE=${SSLCERTS}/ca-bundle.crt
.if !empty(CURL_SSLCERTBUNDLE)
CONFIGURE_ARGS+=        --with-ca-bundle=${CURL_SSLCERTBUNDLE}

This won't do what you think, if CURL_SSLCERTBUNDLE will always be defined the !empty test will always be true, I think you meant to use
exists().

However, note that installing mozilla-rootcerts does not run the install script, so the bundle will not exist by default, and certainly not when simply pulled in as a dependency.

--
Jonathan Perkin   -   mnx.io   -   pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index