From 65a0f33aaf427a417fa3fc74bbe2627650a82a97 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 16 Feb 2012 18:08:33 +0000 Subject: [PATCH] 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 --- net/nstx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nstx/Makefile b/net/nstx/Makefile index 82b178c30..6b5f0a9a8 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