wok diff openvpn/receipt @ rev 10966

cairomm-dev: add cairommconfig.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 09:12:13 2011 +0200 (2011-10-07)
parents 130c6e5dd0e0
children f2ca3cf4f646
line diff
     1.1 --- a/openvpn/receipt	Thu May 26 11:52:15 2011 +0200
     1.2 +++ b/openvpn/receipt	Fri Oct 07 09:12:13 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 ) &&