Skip to content
Snippets Groups Projects
Commit 16f71908 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: pcre: Enable more features.

* gnu/packages/pcre.scm (pcre)[arguments]: To configure-flags, add
  "--enable-unicode-properties", "--enable-pcre16", and "--enable-pcre32".
parent db35fb88
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,9 @@ (define-public pcre ...@@ -45,6 +45,9 @@ (define-public pcre
"--enable-pcregrep-libz" "--enable-pcregrep-libz"
"--enable-pcregrep-libbz2" "--enable-pcregrep-libbz2"
"--enable-pcretest-libreadline" "--enable-pcretest-libreadline"
"--enable-unicode-properties"
"--enable-pcre16"
"--enable-pcre32"
"--enable-jit"))) "--enable-jit")))
(synopsis "Perl Compatible Regular Expressions") (synopsis "Perl Compatible Regular Expressions")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment