From 893ebf2506ef33e3be413a76000964f0bcb23cf5 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 16 May 2012 01:07:43 +0000 Subject: [PATCH] [packages] openvpn: add --enable-password-save, it is already present in openvpn-devel and openvpn-polarssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@31744 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openvpn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index a9c2e6d4c..e28a18e74 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.2.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://swupdate.openvpn.net/community/releases @SF/openvpn @@ -55,6 +55,7 @@ CONFIGURE_ARGS+= \ --with-ifconfig-path=/sbin/ifconfig \ --with-iproute-path=/usr/sbin/ip \ --with-route-path=/sbin/route \ + --enable-password-save \ --disable-debug \ --disable-plugins \ --disable-pthread \ -- 2.11.0