wok diff openvpn/receipt @ rev 10929

Up: tazpkg to 4.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 18 22:21:30 2011 +0000 (2011-08-18)
parents 130c6e5dd0e0
children f2ca3cf4f646
line diff
     1.1 --- a/openvpn/receipt	Thu May 26 11:52:15 2011 +0200
     1.2 +++ b/openvpn/receipt	Thu Aug 18 22:21:30 2011 +0000
     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 ) &&