From: Nicolas Thill Date: Fri, 23 Apr 2010 03:37:46 +0000 (+0000) Subject: [packages] stronswan4: remove copy/paste leftovers (oops) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=db48bf748ee41a3ac283b1e79e8c0dcec5bb61eb [packages] stronswan4: remove copy/paste leftovers (oops) SVN-Revision: 21100 --- diff --git a/net/strongswan4/Makefile b/net/strongswan4/Makefile index 009a0aa955..89b619e148 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) \