openvpn: enable option to use password files
svn path=/nixpkgs/trunk/; revision=30461
This commit is contained in:
parent
86e8dcc34b
commit
e2fd2c4e23
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ iproute lzo openssl ];
|
||||
|
||||
configureFlags = ''
|
||||
--enable-password-save
|
||||
--with-ifconfig-path=${nettools}/sbin/ifconfig
|
||||
--with-iproute-path=${iproute}/sbin/ip
|
||||
--with-route-path=${nettools}/sbin/route
|
||||
|
|
Loading…
Reference in a new issue