From fd76e7f7fe774801693e0ca44007c9ea55fd282b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 12 Jun 2008 08:45:05 +0000 Subject: [PATCH] * Fixed cross compiling --- contrib/package/luci/Makefile | 4 +++- libs/sgi-webuci/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index af662f8cb..a059d0cfc 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -450,7 +450,9 @@ ifneq ($(CONFIG_PACKAGE_luci-i18n-english),) endif -MAKE_FLAGS += MODULES="$(PKG_SELECTED_MODULES)" LUA_TARGET="$(LUA_TARGET)" CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" LDFLAGS="$(TARGET_LDFLAGS)" +MAKE_FLAGS += MODULES="$(PKG_SELECTED_MODULES)" LUA_TARGET="$(LUA_TARGET)" \ +CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" LDFLAGS="$(TARGET_LDFLAGS)" \ +CFOPTS="$(TARGET_CONFIGURE_OPTS)" $(eval $(call BuildPackage,luci-core)) diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index 656db032e..6758a2cbe 100644 --- a/libs/sgi-webuci/Makefile +++ b/libs/sgi-webuci/Makefile @@ -32,7 +32,7 @@ $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series touch $@ $(BOA_DIR)/.configured: $(BOA_DIR)/.patched - (cd $(BOA_DIR); ./configure --disable-debug --disable-gunzip) + (cd $(BOA_DIR); ./configure --disable-debug --disable-gunzip $(CFOPTS)) touch $@ boa-compile: $(BOA_DIR)/.configured -- 2.25.1