diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 20:31:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 20:31:48 +0000 |
commit | dea1fa08ea1eff44d96a714af612fdb76443bbf0 (patch) | |
tree | 00fdc53078ba9f4509eefb607df6d0b631d498bb /package/ipsec-tools/Makefile | |
parent | 4541e04506df6d0ec5a00c2751306e08392a029f (diff) | |
download | upstream-dea1fa08ea1eff44d96a714af612fdb76443bbf0.tar.gz upstream-dea1fa08ea1eff44d96a714af612fdb76443bbf0.tar.bz2 upstream-dea1fa08ea1eff44d96a714af612fdb76443bbf0.zip |
replace cflags hacks with the correct solution
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10031 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools/Makefile')
-rw-r--r-- | package/ipsec-tools/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 08c6c92023..0f24ae12ee 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -42,8 +42,6 @@ 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 \ |