projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f88ba7
)
nstx: pass in build system cflags, fixes a compile error
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 16 Feb 2012 18:08:33 +0000
(18:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 16 Feb 2012 18:08:33 +0000
(18:08 +0000)
SVN-Revision: 30601
net/nstx/Makefile
patch
|
blob
|
history
diff --git
a/net/nstx/Makefile
b/net/nstx/Makefile
index 82b178c30ee6bf6a3d487fba44d037775b0d5c64..6b5f0a9a8382ac6b6c4e81b5557f4f2775d34be3 100644
(file)
--- 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