diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-29 19:09:36 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-29 19:09:36 +0000 |
commit | 1fe53a1096a6738ab0fa0f984de056c1a5638def (patch) | |
tree | f96577241452f6b2bb9e934db9021a37aa42639f /package/ipsec-tools | |
parent | a95bff17049e6a8368c26611c059578600e09ca9 (diff) |
add hacks for compiling ipsec-tools with the new uclibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools')
-rw-r--r-- | package/ipsec-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 0f24ae12e..08c6c9202 100644 --- 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 \ |