Enable ssl in sitecopy (via shaug).
This commit is contained in:
parent
46c0d8899f
commit
fcd446a6d9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue