projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb75227
)
[package] fix tmux compilation (#6944)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 26 Mar 2010 17:57:54 +0000
(17:57 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 26 Mar 2010 17:57:54 +0000
(17:57 +0000)
SVN-Revision: 20487
utils/tmux/Makefile
patch
|
blob
|
history
diff --git
a/utils/tmux/Makefile
b/utils/tmux/Makefile
index d2f055e12726a2fcac5c982e1373dca5a3c6790c..e6c320f3e4434d2c032b3f0f91006e1024aa3e76 100644
(file)
--- a/
utils/tmux/Makefile
+++ b/
utils/tmux/Makefile
@@
-32,7
+32,8
@@
endef
define Build/Compile
CC="$(TARGET_CC)" \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
+ CFLAGS="$(TARGET_CFLAGS)" \
+ CPPFLAGS="$(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
TMUX_PLATFORM="Linux" \
$(MAKE) -C $(PKG_BUILD_DIR) all