From f321d1f0b66a9509f08e3b422ef39867d25251f1 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 23 Apr 2010 03:37:46 +0000 Subject: [PATCH] [packages] stronswan4: remove copy/paste leftovers (oops) git-svn-id: svn://svn.openwrt.org/openwrt/packages@21100 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/strongswan4/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/strongswan4/Makefile b/net/strongswan4/Makefile index 009a0aa95..89b619e14 100644 --- a/net/strongswan4/Makefile +++ b/net/strongswan4/Makefile @@ -297,8 +297,6 @@ CONFIGURE_ARGS+= \ $(if $(CONFIG_STRONGSWAN4_ENABLE_NAT_TRANSPORT),--enable-nat-transport,--disable-nat-transport) \ $(if $(CONFIG_STRONGSWAN4_ENABLE_VENDOR_ID),--enable-vendor-id,--disable-vendor-id) \ $(if $(CONFIG_STRONGSWAN4_ENABLE_XAUTH_VID),--enable-xauth-vid,--disable-xauth-vid) \ - CONFIG_STRONGSWAN4_ENABLE_VENDOR_ID \ - CONFIG_STRONGSWAN4_ENABLE_XAUTH_VID \ --disable-scripts \ --disable-static \ $(if $(CONFIG_PACKAGE_strongswan4-utils),--enable-tools,--disable-tools) \