From c1b6c3ea38d9c61bca1085aaee6f2c153357ccdb Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 27 Apr 2018 20:47:42 -0600 Subject: * 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3-54-g00ecf