Browse Source

add hacks for compiling ipsec-tools with the new uclibc

SVN-Revision: 10028
Felix Fietkau 18 years ago
parent
commit
4cf73979de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/ipsec-tools/Makefile

+ 2 - 0
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 \