fix glib2 compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9394 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4e91cdcf9a
commit
4ae93812d1
@ -39,7 +39,8 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
mkdir -p $(PKG_BUILD_DIR)/build/$(GNU_HOST_NAME)
|
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) \
|
--target=$(GNU_HOST_NAME) \
|
||||||
--host=$(GNU_HOST_NAME) \
|
--host=$(GNU_HOST_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user