projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355a1ec
)
fix natpmp compile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Jan 2008 00:32:32 +0000
(
00:32
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Jan 2008 00:32:32 +0000
(
00:32
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10199
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/natpmp/Makefile
patch
|
blob
|
history
diff --git
a/net/natpmp/Makefile
b/net/natpmp/Makefile
index
dd124ab
..
86bff45
100644
(file)
--- a/
net/natpmp/Makefile
+++ b/
net/natpmp/Makefile
@@
-33,9
+33,9
@@
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CC=
$(TARGET_CC)
\
- LD=
$(TARGET_CC)
\
- CFLAGS="$(strip $(TARGET_CFLAGS))" \
+ CC=
"$(TARGET_CC)"
\
+ LD=
"$(TARGET_CC)"
\
+ C
C
FLAGS="$(strip $(TARGET_CFLAGS))" \
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
prefix="$(PKG_INSTALL_DIR)/usr"