From: Felix Fietkau Date: Thu, 16 Feb 2012 18:08:33 +0000 (+0000) Subject: nstx: pass in build system cflags, fixes a compile error X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=547b14433f9f3ea25c996fa5c08f4c15cfe77682;p=openwrt%2Fsvn-archive%2Farchive.git nstx: pass in build system cflags, fixes a compile error SVN-Revision: 30601 --- diff --git a/net/nstx/Makefile b/net/nstx/Makefile index 82b178c30e..6b5f0a9a83 100644 --- a/net/nstx/Makefile +++ b/net/nstx/Makefile @@ -47,7 +47,7 @@ define Build/Configure endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)" + $(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" endef define Package/nstx/install