projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86252dc
)
fix natpmp breakage introduced in r12937 and make sure that the target cflags actuall...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Oct 2008 14:02:56 +0000
(14:02 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Oct 2008 14:02:56 +0000
(14:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12958
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/natpmp/Makefile
patch
|
blob
|
history
diff --git
a/net/natpmp/Makefile
b/net/natpmp/Makefile
index
e355447
..
f4091dc
100644
(file)
--- a/
net/natpmp/Makefile
+++ b/
net/natpmp/Makefile
@@
-32,8
+32,8
@@
define Build/Compile
$(TARGET_CONFIGURE_OPTS) \
CC="$(TARGET_CC)" \
LD="$(TARGET_CC)" \
- C
C
FLAGS="$(strip $(TARGET_CFLAGS))" \
- CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include
"
-DIPTABLES_PATH=\\\"/usr/sbin\\\"" \
+ CFLAGS="$(strip $(TARGET_CFLAGS))" \
+ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include -DIPTABLES_PATH=\\\"/usr/sbin\\\"" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
prefix="$(PKG_INSTALL_DIR)/usr"
endef