diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pcre.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb index cfa040336..a67cf9f98 100644 --- a/Library/Formula/pcre.rb +++ b/Library/Formula/pcre.rb @@ -19,6 +19,9 @@ class Pcre < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-utf8", + "--enable-pcre8", + "--enable-pcre16", + "--enable-pcre32", "--enable-unicode-properties", "--enable-pcregrep-libz", "--enable-pcregrep-libbz2", |
