diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-06-15 12:21:00 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-06-15 12:21:00 (GMT) |
commit | 3913b5af6965492b076c26996643fe45f9038508 (patch) | |
tree | f3b7486e81411272d6241ff33b20c69cd08352bb /src/curl.mk | |
parent | 84919a855f16a44af46b6040c594ccb07a5af8a9 (diff) | |
download | mxe-3913b5af6965492b076c26996643fe45f9038508.zip mxe-3913b5af6965492b076c26996643fe45f9038508.tar.gz mxe-3913b5af6965492b076c26996643fe45f9038508.tar.bz2 |
provide a proper patch for the static linking problem of package curl
Diffstat (limited to 'src/curl.mk')
-rw-r--r-- | src/curl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/curl.mk b/src/curl.mk index 6d9432e..0d03d9b 100644 --- a/src/curl.mk +++ b/src/curl.mk @@ -19,7 +19,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - $(SED) -i '/^#endif/ i#define CURL_STATICLIB' '$(1)/include/curl/curlbuild.h.in' # wine confuses the cross-compiling detection, so set it explicitly $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && ./configure \ |