fix glib2 compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Oct 2007 14:19:26 +0000 (14:19 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Oct 2007 14:19:26 +0000 (14:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9394 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/glib2/Makefile

index 714614a..6121d4d 100644 (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) \