Added patch to allow curl to correctly detect and use openssl-1.0.0g

This commit is contained in:
Scott McCreary
2012-04-02 05:06:00 +00:00
parent f8f90f2588
commit 0b9856f0bc

View File

@@ -0,0 +1,12 @@
diff -urN curl-7.25.0/m4/curl-openssl.m4 curl-7.25.0-haiku/m4/curl-openssl.m4
--- curl-7.25.0/m4/curl-openssl.m4 2012-03-08 11:35:25.043515904 -0800
+++ curl-7.25.0-haiku/m4/curl-openssl.m4 2012-04-01 21:44:11.908066816 -0700
@@ -55,7 +55,7 @@
tst_verfix=`echo $curl_cv_def_OPENSSL_VERSION_NUMBER | cut -c 5`
tst_api=0x$tst_vermaj$tst_vermin$tst_verfix
;;
- x11|x10)
+ x12|x11|x10)
tst_vermaj=`echo $curl_cv_def_OPENSSL_VERSION_NUMBER | cut -c 3`
tst_vermin=`echo $curl_cv_def_OPENSSL_VERSION_NUMBER | cut -c 5`
tst_verfix=`echo $curl_cv_def_OPENSSL_VERSION_NUMBER | cut -c 7`