changeset 2137:085e5f7c58e2

package curl: removed obsolete cross_compiling hack
author Mark Brand <mabrand@mabrand.nl>
date Sat, 26 Nov 2011 11:08:28 +0100
parents c9eb1ed6b965
children 9da85e3e2940
files src/curl.mk
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/curl.mk	Sat Nov 26 14:50:42 2011 +1100
+++ b/src/curl.mk	Sat Nov 26 11:08:28 2011 +0100
@@ -19,8 +19,6 @@
 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)' \