diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-11 13:00:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-11 13:00:13 -0400 |
commit | 16f71908308106d098fa44104e177e328c593359 (patch) | |
tree | 3d7603684c729f2c4945db5ccfbb15584bb8f9e4 /gnu | |
parent | db35fb88e448d70978d91b419b34ed8f91581989 (diff) | |
download | patches-16f71908308106d098fa44104e177e328c593359.tar patches-16f71908308106d098fa44104e177e328c593359.tar.gz |
gnu: pcre: Enable more features.
* gnu/packages/pcre.scm (pcre)[arguments]: To configure-flags, add
"--enable-unicode-properties", "--enable-pcre16", and "--enable-pcre32".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pcre.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm index 86d3ca3874..d07e434190 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm @@ -45,6 +45,9 @@ "--enable-pcregrep-libz" "--enable-pcregrep-libbz2" "--enable-pcretest-libreadline" + "--enable-unicode-properties" + "--enable-pcre16" + "--enable-pcre32" "--enable-jit"))) (synopsis "Perl Compatible Regular Expressions") (description |