summaryrefslogtreecommitdiffstats
path: root/curl
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2010-01-25 08:49:32 +0100
committerTobias Krause <tkr@openoffice.org>2010-01-25 08:49:32 +0100
commitff6a59354fffcacd98f38b5f1b502f6c0cd16124 (patch)
tree07845b28353859e662f141f6d72cf29f21fba80a /curl
parenttkr32: #i105917# merge (diff)
parenttkr32: #i105917# seperate windows patch file (diff)
downloadcore-ff6a59354fffcacd98f38b5f1b502f6c0cd16124.tar.gz
core-ff6a59354fffcacd98f38b5f1b502f6c0cd16124.zip
tkr32: #i105917# merge 2.
Diffstat (limited to 'curl')
-rw-r--r--curl/curl-7.19.7_win.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/curl/curl-7.19.7_win.patch b/curl/curl-7.19.7_win.patch
new file mode 100644
index 000000000000..bc59433b5ef1
--- /dev/null
+++ b/curl/curl-7.19.7_win.patch
@@ -0,0 +1,19 @@
+--- misc/curl-7.19.7/lib/Makefile.vc9 2009-11-04 13:35:39.000000000 +0100
++++ misc/build/curl-7.19.7/lib/Makefile.vc9 2009-11-18 12:32:57.234375000 +0100
+@@ -46,13 +46,13 @@
+ # Stem for static libs and DLLs
+ #
+ LIB_NAME = libcurl
+-LIB_NAME_DEBUG = libcurld
++LIB_NAME_DEBUG = libcurl
+
+ #
+ # Stem for DLL import libs
+ #
+-IMPLIB_NAME = libcurl_imp
+-IMPLIB_NAME_DEBUG = libcurld_imp
++IMPLIB_NAME = libcurl
++IMPLIB_NAME_DEBUG = libcurl
+
+ !IFNDEF OPENSSL_PATH
+ OPENSSL_PATH = ../../openssl-0.9.8g