projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b12dd0
)
put quotes around the CC variable in wknock (fixes ccache build)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Oct 2006 11:57:05 +0000
(11:57 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Oct 2006 11:57:05 +0000
(11:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4925
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/wknock/Makefile
patch
|
blob
|
history
diff --git
a/net/wknock/Makefile
b/net/wknock/Makefile
index
2628bd0
..
8fb54f8
100644
(file)
--- a/
net/wknock/Makefile
+++ b/
net/wknock/Makefile
@@
-32,7
+32,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC=
$(TARGET_CC)
\
+ CC=
"$(TARGET_CC)"
\
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lpcap" \
all