From 8f353e3b6b538ad6807c134d28ec6081937923e3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 1 Jun 2006 00:28:12 +0000 Subject: [PATCH] add TARGET_CONFIGURE_OPTS to default compile command SVN-Revision: 3883 --- openwrt/package/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index e06ddb11c3..61c2ae3eb0 100644 --- a/openwrt/package/rules.mk +++ b/openwrt/package/rules.mk @@ -232,6 +232,7 @@ endef define Build/Compile/Default $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ CC=$(TARGET_CC) \ CROSS="$(TARGET_CROSS)" \ PREFIX="$$(IDIR_$(1))" \ -- 2.25.1