aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/openvpn.rb5
1 files changed, 4 insertions, 1 deletions
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