package curl: removed obsolete cross_compiling hack

pull/13/head
Mark Brand 13 years ago
parent 612e61523e
commit 2d1860f2a0

@ -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)' \

Loading…
Cancel
Save