bugfix for lame: wine confuses the cross-compilation detection

This commit is contained in:
Tony Theodore 2010-10-05 17:56:43 +11:00
parent 5d97b017b5
commit d6a2962361
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ 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)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \