liboil: use secure urls
This commit is contained in:
parent
cf0888084e
commit
235ea64c4f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Liboil < Formula
|
||||
desc "C library of simple functions optimized for various CPUs"
|
||||
homepage "http://liboil.freedesktop.org/"
|
||||
url "http://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz"
|
||||
homepage "https://wiki.freedesktop.org/liboil/"
|
||||
url "https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz"
|
||||
sha256 "105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69"
|
||||
|
||||
bottle do
|
||||
|
@ -20,6 +20,7 @@ class Liboil < Formula
|
|||
|
||||
def install
|
||||
ENV.append "CFLAGS", "-fheinous-gnu-extensions" if ENV.compiler == :clang
|
||||
|
||||
system "autoreconf", "-fvi"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in a new issue