projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90e102f
)
nstx: pass in build system cflags, fixes a compile error
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 18:08:33 +0000
(18:08 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 18:08:33 +0000
(18:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30601
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/nstx/Makefile
patch
|
blob
|
history
diff --git
a/net/nstx/Makefile
b/net/nstx/Makefile
index
82b178c
..
6b5f0a9
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