annotate src/curl-1-fix-static.patch @ 1054:37daf336dd20

provide a proper patch for the static linking problem of package curl
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 15 Jun 2010 14:21:00 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1054
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1 This file is part of mingw-cross-env.
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 See doc/index.html for further information.
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 This patch has been taken from:
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 http://sourceforge.net/tracker/?func=detail&aid=3016471&group_id=976&atid=100976
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 diff -r f9016ca5bace include/curl/curlbuild.h.in
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 --- a/include/curl/curlbuild.h.in Tue Jun 15 13:55:53 2010 +0200
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 +++ b/include/curl/curlbuild.h.in Tue Jun 15 14:00:13 2010 +0200
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 @@ -111,6 +111,9 @@
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 /* EXTERNAL INTERFACE SETTINGS FOR CONFIGURE CAPABLE SYSTEMS ONLY */
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 /* ================================================================ */
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 +/* Configure process defines this to 1 when static linking is requested. */
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 +#undef CURL_STATICLIB
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 +
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 /* Configure process defines this to 1 when it finds out that system */
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 /* header file ws2tcpip.h must be included by the external interface. */
37daf336dd20 provide a proper patch for the static linking problem of package curl
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 #undef CURL_PULL_WS2TCPIP_H