diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-07-02 14:38:33 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-07-04 11:54:36 +0200 |
commit | 8bfa8ca9795686ca496a8329391ea643be44f031 (patch) | |
tree | de884caecad2dfc8d6129a3bd10889967e62e2f8 /libcmis | |
parent | a62cfd41249386e32ec2b9aa0e20acffa5e0085f (diff) |
libcmis: forgot to remove now unneeded patch
Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86
Diffstat (limited to 'libcmis')
-rw-r--r-- | libcmis/libcurl-version-fix.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libcmis/libcurl-version-fix.patch b/libcmis/libcurl-version-fix.patch deleted file mode 100644 index 075fc6ce3eff..000000000000 --- a/libcmis/libcurl-version-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur misc/build/libcmis-0.2.2.old/src/libcmis/atom-session.cxx misc/build/libcmis-0.2.2/src/libcmis/atom-session.cxx ---- misc/build/libcmis-0.2.2.old/src/libcmis/atom-session.cxx 2012-06-04 20:35:46.400203393 +0200 -+++ misc/build/libcmis-0.2.2/src/libcmis/atom-session.cxx 2012-06-04 20:36:16.255205010 +0200 -@@ -382,7 +382,7 @@ - if ( pos != string::npos ) - { - // Escape the URL by chunks --#if LIBCURL_VERSION_VALUE >= 71504 -+#if LIBCURL_VERSION_VALUE >= 0x071504 - char* escaped = curl_easy_escape( m_curlHandle, value.c_str(), value.length() ); - #else - char* escaped = curl_escape( value.c_str(), value.length() ); -@@ -550,7 +550,7 @@ - { - curl_easy_setopt( m_curlHandle, CURLOPT_HTTPAUTH, CURLAUTH_ANY ); - --#if LIBCURL_VERSION_VALUE >= 71901 -+#if LIBCURL_VERSION_VALUE >= 0x071901 - curl_easy_setopt( m_curlHandle, CURLOPT_USERNAME, m_username.c_str() ); - curl_easy_setopt( m_curlHandle, CURLOPT_PASSWORD, m_password.c_str() ); - #else |