summaryrefslogtreecommitdiffstats
path: root/src/curl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-26 12:56:39 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-26 12:56:39 (GMT)
commit4be8c076a87680623a262af5b2c7afd34e1caef7 (patch)
treef0cfac393fe2e143898ae8991360945747388d07 /src/curl.mk
parent2d1860f2a0696cca2fe5983f08f78f549cd23220 (diff)
downloadmxe-4be8c076a87680623a262af5b2c7afd34e1caef7.zip
mxe-4be8c076a87680623a262af5b2c7afd34e1caef7.tar.gz
mxe-4be8c076a87680623a262af5b2c7afd34e1caef7.tar.bz2
package curl: restore cross_compiling hack
Diffstat (limited to 'src/curl.mk')
-rw-r--r--src/curl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/curl.mk b/src/curl.mk
index 483da8e..fa1ad7e 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -20,6 +20,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./buildconf
+ # wine confuses the cross-compiling detection, so set it explicitly
+ $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \