aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit447354a8fbebae3fe061acd44c924406178c4544 (patch)
treef96577241452f6b2bb9e934db9021a37aa42639f /package
parente7a80c8802ba2482d18273e59b7a6c9d985b5cb7 (diff)
downloadupstream-447354a8fbebae3fe061acd44c924406178c4544.tar.gz
upstream-447354a8fbebae3fe061acd44c924406178c4544.tar.bz2
upstream-447354a8fbebae3fe061acd44c924406178c4544.zip
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')
-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 \