diff options
author | John Crispin <john@openwrt.org> | 2007-10-13 14:12:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-13 14:12:26 +0000 |
commit | 1c9f0acdae8cfa935486cd975283e5165019d54d (patch) | |
tree | 3749869a7649bfc64ef29ecf47f678694d59e8db | |
parent | 465ae7a4472410f4a87ebee160890b4d0f678e3f (diff) | |
download | openwrt-1c9f0acdae8cfa935486cd975283e5165019d54d.tar.gz openwrt-1c9f0acdae8cfa935486cd975283e5165019d54d.tar.bz2 openwrt-1c9f0acdae8cfa935486cd975283e5165019d54d.zip |
updated ipsec-tools from #2510
SVN-Revision: 9286
-rw-r--r-- | package/ipsec-tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 92ea63b3dc..f17bd17c8d 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ipsec-tools -PKG_VERSION:=0.6.7 +PKG_VERSION:=0.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/ipsec-tools -PKG_MD5SUM:=4fb764f282dc21cf9a656c58e13dacbb +PKG_MD5SUM:=c0a586924edde35264ecfe94ad1c261f include $(INCLUDE_DIR)/package.mk @@ -37,6 +37,7 @@ CONFIGURE_ARGS += \ --without-libpam \ --enable-dpd \ --enable-hybrid \ + --enable-security-context=no \ --enable-natt define Build/Configure |