wok-next diff openvpn/receipt @ rev 10921
fix get-LibreOffice
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 05 21:16:43 2011 +0200 (2011-08-05) |
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 Aug 05 21:16:43 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 ) &&