nstx: pass in build system cflags, fixes a compile error

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30601 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-02-16 18:08:33 +00:00
parent 90e102fbef
commit 65a0f33aaf

View File

@ -47,7 +47,7 @@ define Build/Configure
endef endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)" $(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)"
endef endef
define Package/nstx/install define Package/nstx/install