From d6a2962361a7a9c80cd3897c4802fa4f6fb6a033 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 5 Oct 2010 17:56:43 +1100 Subject: bugfix for lame: wine confuses the cross-compilation detection --- src/lame.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lame.mk b/src/lame.mk index c1f2395..374897d 100644 --- a/src/lame.mk +++ b/src/lame.mk @@ -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)' \ -- cgit v0.12