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:
806a26c
)
[package] fix openswan compilation (#5261)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Jul 2009 13:16:38 +0000
(13:16 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Jul 2009 13:16:38 +0000
(13:16 +0000)
SVN-Revision: 16715
net/openswan/Makefile
patch
|
blob
|
history
diff --git
a/net/openswan/Makefile
b/net/openswan/Makefile
index d80cfc73107ef2fe231345625dafaaa072574b86..72dfd77653f82b41480726c9d282e68991a9cfd2 100644
(file)
--- a/
net/openswan/Makefile
+++ b/
net/openswan/Makefile
@@
-62,7
+62,7
@@
OPENSWAN_MAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
KERNELSRC="$(LINUX_DIR)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- USERCOMPILE="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/
linux
/include $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \
+ USERCOMPILE="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/
ports/linux/include -I$(PKG_BUILD_DIR)/linux/include -I$(PKG_BUILD_DIR)
/include $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \
IPSECDIR="/usr/lib/ipsec" \
INC_USRLOCAL="/usr" \
INC_RCDEFAULT="/etc/init.d" \