diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-11-26 10:08:28 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-11-26 10:08:28 (GMT) |
commit | 2d1860f2a0696cca2fe5983f08f78f549cd23220 (patch) | |
tree | 810cc9c894b0ebc2887e83cbca1c87ace88dfd21 /src | |
parent | 612e61523e45025ee57b1dc1e220962c58e43629 (diff) | |
download | mxe-2d1860f2a0696cca2fe5983f08f78f549cd23220.zip mxe-2d1860f2a0696cca2fe5983f08f78f549cd23220.tar.gz mxe-2d1860f2a0696cca2fe5983f08f78f549cd23220.tar.bz2 |
package curl: removed obsolete cross_compiling hack
Diffstat (limited to 'src')
-rw-r--r-- | src/curl.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/curl.mk b/src/curl.mk index 6583161..483da8e 100644 --- a/src/curl.mk +++ b/src/curl.mk @@ -19,8 +19,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - # wine confuses the cross-compiling detection, so set it explicitly - $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && ./buildconf cd '$(1)' && ./configure \ --host='$(TARGET)' \ |