# HG changeset patch # User Christophe Lincoln # Date 1307228995 -7200 # Node ID 065613bca28b4be44acabcdad632ea96a9d9c72c # Parent 54091340e32f3350669815312b71e2ebf51301fc openvpn: --enable-password-save diff -r 54091340e32f -r 065613bca28b openvpn/receipt --- a/openvpn/receipt Sun Jun 05 01:02:07 2011 +0200 +++ b/openvpn/receipt Sun Jun 05 01:09:55 2011 +0200 @@ -16,8 +16,10 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --enable-password-save \ + $CONFIGURE_ARGS && make && ( cd plugin/auth-pam/ ; make ) && ( cd plugin/down-root/ ; make ) &&