projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add hacks for compiling ipsec-tools with the new uclibc
[openwrt.git]
/
package
/
ipsec-tools
/
Makefile
diff --git
a/package/ipsec-tools/Makefile
b/package/ipsec-tools/Makefile
index
0f24ae1
..
08c6c92
100644
(file)
--- a/
package/ipsec-tools/Makefile
+++ b/
package/ipsec-tools/Makefile
@@
-42,6
+42,8
@@
CONFIGURE_ARGS += \
--enable-adminport \
--enable-ipv6
+TARGET_CFLAGS += -Dbcopy=memmove -Dindex\(s,c\)=strchr\(s,c\)
+
define Build/Configure
(cd $(PKG_BUILD_DIR); touch \
configure.ac \
This page took
0.019826 seconds
and
4
git commands to generate.