SOURCES: xmlrpc-c-curl.patch (NEW) - fix build

shadzik shadzik at pld-linux.org
Sat May 10 18:17:22 CEST 2008


Author: shadzik                      Date: Sat May 10 16:17:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build

---- Files affected:
SOURCES:
   xmlrpc-c-curl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xmlrpc-c-curl.patch
diff -u /dev/null SOURCES/xmlrpc-c-curl.patch:1.1
--- /dev/null	Sat May 10 18:17:22 2008
+++ SOURCES/xmlrpc-c-curl.patch	Sat May 10 18:17:17 2008
@@ -0,0 +1,11 @@
+--- lib/curl_transport/xmlrpc_curl_transport.c	2007-03-20 02:53:34.000000000 +0100
++++ lib/curl_transport/xmlrpc_curl_transport.c-new	2008-05-10 18:14:41.000000000 +0200
+@@ -1284,7 +1284,7 @@
+             curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
+                              curlSetupP->sslEngine);
+         if (curlSetupP->sslEngineDefault)
+-            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT);
++            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT, 0);
+         if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
+             curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
+                              curlSetupP->sslVersion);
================================================================


More information about the pld-cvs-commit mailing list