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:
parent
90e102fbef
commit
65a0f33aaf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user