pcre: fix strict audit failures.

This commit is contained in:
Mike McQuaid 2014-12-27 16:10:26 +00:00
parent 8b63c3ddd0
commit 73dc1f10f4

View file

@ -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