wok rev 10810

openvpn: --enable-password-save
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 05 01:09:55 2011 +0200 (2011-06-05)
parents 54091340e32f
children 28ff11e24643
files openvpn/receipt
line diff
     1.1 --- a/openvpn/receipt	Sun Jun 05 01:02:07 2011 +0200
     1.2 +++ b/openvpn/receipt	Sun Jun 05 01:09:55 2011 +0200
     1.3 @@ -16,8 +16,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr \
     1.8 -	$CONFIGURE_ARGS &&
     1.9 +	./configure \
    1.10 +		--prefix=/usr \
    1.11 +		--enable-password-save \
    1.12 +		$CONFIGURE_ARGS &&
    1.13  	make &&
    1.14  	( cd plugin/auth-pam/ ; make ) &&
    1.15  	( cd plugin/down-root/ ; make ) &&