From: nbd Date: Sat, 29 Dec 2007 19:09:36 +0000 (+0000) Subject: add hacks for compiling ipsec-tools with the new uclibc X-Git-Tag: fast2504n-3.10.28-merged~19536 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1fe53a1096a6738ab0fa0f984de056c1a5638def;p=openwrt.git 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 --- diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 0f24ae12ee..08c6c92023 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 \