sitecopy: boneyarding
Sitecopy currently compiles against the insecure system OpenSSL, and won’t compile against our OpenSSL because it wants SSLv2 at runtime (Ouch) and it won’t compile against GnuTLS because GnuTLS have considerably changed the structure of their build since the last update of sitecopy (2008). Closes Homebrew/homebrew#36389. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
849ebb2afe
commit
36e1ffed03
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Sitecopy < Formula
|
||||
homepage 'http://www.manyfish.co.uk/sitecopy/'
|
||||
url 'http://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz'
|
||||
sha1 '2de3679d98c31331f48ff10e824c615a180f2d3b'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-libxml2",
|
||||
"--with-ssl"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue