summaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-29 19:09:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-29 19:09:36 +0000
commit4cf73979dea390d1d91a409f71af3e42649a203d (patch)
treed5509e549704f41e7d2ab7432ed668f1ef03dda7 /package/ipsec-tools/Makefile
parent0dacee1c94c3dc82659494be4a01ad842f5847e5 (diff)
downloadmaster-31e0f0ae-4cf73979dea390d1d91a409f71af3e42649a203d.tar.gz
master-31e0f0ae-4cf73979dea390d1d91a409f71af3e42649a203d.tar.bz2
master-31e0f0ae-4cf73979dea390d1d91a409f71af3e42649a203d.zip
add hacks for compiling ipsec-tools with the new uclibc
SVN-Revision: 10028
Diffstat (limited to 'package/ipsec-tools/Makefile')
-rw-r--r--package/ipsec-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \