pcre: fix strict audit failures.
This commit is contained in:
parent
8b63c3ddd0
commit
73dc1f10f4
1 changed files with 6 additions and 8 deletions
|
@ -1,10 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Pcre < Formula
|
||||
homepage 'http://www.pcre.org/'
|
||||
url 'https://downloads.sourceforge.net/project/pcre/pcre/8.36/pcre-8.36.tar.bz2'
|
||||
mirror 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2'
|
||||
sha256 'ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb'
|
||||
homepage "http://www.pcre.org/"
|
||||
url "https://downloads.sourceforge.net/project/pcre/pcre/8.36/pcre-8.36.tar.bz2"
|
||||
mirror "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2"
|
||||
sha256 "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -35,8 +33,8 @@ class Pcre < Formula
|
|||
"--enable-jit"
|
||||
system "make"
|
||||
ENV.deparallelize
|
||||
system "make test"
|
||||
system "make install"
|
||||
system "make", "test"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue