package gmp: wine confuses the native build so set CC_FOR_BUILD

This commit is contained in:
Tony Theodore 2011-03-16 23:47:46 +11:00
parent 80decc9bfa
commit 55d40a86e7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
cd '$(1)' && CC_FOR_BUILD=gcc ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \