From f05e7bd9b13d283ef9c82af3f2a0357fe7971fde Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 21 Oct 2007 14:19:26 +0000 Subject: [PATCH] fix glib2 compile SVN-Revision: 9394 --- libs/glib2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 714614a7ef..6121d4d300 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -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) \ -- 2.30.2