add TARGET_CONFIGURE_OPTS to default compile command
authorFelix Fietkau <nbd@openwrt.org>
Thu, 1 Jun 2006 00:28:12 +0000 (00:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 1 Jun 2006 00:28:12 +0000 (00:28 +0000)
SVN-Revision: 3883

openwrt/package/rules.mk

index e06ddb11c301861d99cc33b30b7f398b923f564d..61c2ae3eb0876b40b79d79fe8b9698bbd5a9963e 100644 (file)
@@ -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))" \