summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-04-27 20:47:42 -0600
committerEduardo Chappa <chappa@washington.edu>2018-04-27 20:47:42 -0600
commitc1b6c3ea38d9c61bca1085aaee6f2c153357ccdb (patch)
tree7f4a60b0750fa2d14516d4f4c281cfb4625176f6 /configure
parent3d69487e36e25aad64778ac2a91572f3fe3a3218 (diff)
downloadalpine-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e550fd15..dfec3a52 100755
--- a/configure
+++ b/configure
@@ -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