fix glib2 compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9394 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-10-21 14:19:26 +00:00
parent 4e91cdcf9a
commit 4ae93812d1

View File

@ -39,7 +39,8 @@ endef
define Build/Compile
mkdir -p $(PKG_BUILD_DIR)/build/$(GNU_HOST_NAME)
( cd $(PKG_BUILD_DIR); ./configure \
( cd $(PKG_BUILD_DIR); CONFIG_SITE= \
./configure \
--target=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--build=$(GNU_HOST_NAME) \