openvpn: enable option to use password files

svn path=/nixpkgs/trunk/; revision=30461
This commit is contained in:
Rob Vermaas 2011-11-18 02:10:14 +00:00
parent 86e8dcc34b
commit e2fd2c4e23

View file

@ -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