aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sitecopy.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/sitecopy.rb b/Library/Formula/sitecopy.rb
index 7dd3236cd..8987d9088 100644
--- a/Library/Formula/sitecopy.rb
+++ b/Library/Formula/sitecopy.rb
@@ -6,7 +6,10 @@ class Sitecopy <Formula
md5 'b3aeb5a5f00af3db90b408e8c32a6c01'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--with-libxml2",
+ "--with-ssl"
system "make install"
end
end