diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-04-27 20:47:42 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-04-27 20:47:42 -0600 |
commit | c1b6c3ea38d9c61bca1085aaee6f2c153357ccdb (patch) | |
tree | 7f4a60b0750fa2d14516d4f4c281cfb4625176f6 /configure | |
parent | 3d69487e36e25aad64778ac2a91572f3fe3a3218 (diff) | |
download | alpine-c1b6c3ea38d9c61bca1085aaee6f2c153357ccdb.tar.xz |
* Add test for ca-bundle.crt for systems that provide it.
* Add %libresslflags% to the set of extracflagsnq in the kerberos build
of PC-Alpine. This adds S/MIME support to that build. Fixed by
Ulf-Dietrich Braumann.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21818,7 +21818,7 @@ _ACEOF SSL_CERT_LINK="no" if test -z "`ls ${certdir} | $EGREP '^[0-9A-Fa-f]{8}\.[0-9]'`" ; then SSL_BUNDLE_EXISTS="no" - SSL_PEM="factory.pem ca-bundle.pem" + SSL_PEM="factory.pem ca-bundle.pem ca-bundle.crt" for SSL_BUNDLE in $SSL_PEM do if test -f ${certdir}/${SSL_BUNDLE} ; then |