summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-06-15 12:02:16 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-06-15 12:02:16 (GMT)
commit84919a855f16a44af46b6040c594ccb07a5af8a9 (patch)
tree9cae06537f6af62a1cf34b8610dbf5c14825d5c8 /src
parent1ac431f030703218986ca7b6fd819d0a19294ae1 (diff)
downloadmxe-84919a855f16a44af46b6040c594ccb07a5af8a9.zip
mxe-84919a855f16a44af46b6040c594ccb07a5af8a9.tar.gz
mxe-84919a855f16a44af46b6040c594ccb07a5af8a9.tar.bz2
remove a correction of package curl that is no longer needed
Diffstat (limited to 'src')
-rw-r--r--src/curl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/curl.mk b/src/curl.mk
index 36d5184..6d9432e 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -20,7 +20,6 @@ endef
define $(PKG)_BUILD
$(SED) -i '/^#endif/ i#define CURL_STATICLIB' '$(1)/include/curl/curlbuild.h.in'
- $(SED) -i 's,GNUTLS_ENABLED = 1,GNUTLS_ENABLED=1,' '$(1)/configure'
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \