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-02 14:38:33 +0200 |
commit | 066d321b8f9483523c60e6115cb62eefbf054de8 (patch) | |
tree | ba40869174e18964ceccba5b6a84f04a26800a01 /libcmis | |
parent | 39f9425793cf7397469d347faa8d009a9a9629b7 (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 |