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