From 0dfd03b6e56db2836dc028a7a31cac2e524dd48a Mon Sep 17 00:00:00 2001 From: Jonathan Gnagy Date: Thu, 6 Dec 2012 16:48:03 -0500 Subject: openvpn: add configure switch for enable-password-save Closes #16450. Signed-off-by: Jack Nagel --- Library/Formula/openvpn.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/openvpn.rb b/Library/Formula/openvpn.rb index 20b20807b..a34424457 100644 --- a/Library/Formula/openvpn.rb +++ b/Library/Formula/openvpn.rb @@ -25,7 +25,10 @@ class Openvpn < Formula def install # Build and install binary - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--enable-password-save" system "make install" # Adjust sample file paths -- cgit v1.2.3