gnu: pcre2: Fix build configuration for pcre2.
* gnu/packages/pcre.scm (pcre2)[arguments]: Remove unknown configure flag '--enable-unicode-properties' and adapt other flags for pcre2.
This commit is contained in:
parent
37f46a4bc5
commit
af6e2385b3
|
@ -100,10 +100,9 @@ POSIX regular expression API.")
|
|||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-unicode"
|
||||
"--enable-pcregrep-libz"
|
||||
"--enable-pcregrep-libbz2"
|
||||
"--enable-pcretest-libreadline"
|
||||
"--enable-unicode-properties"
|
||||
"--enable-pcre2grep-libz"
|
||||
"--enable-pcre2grep-libbz2"
|
||||
"--enable-pcre2test-libreadline"
|
||||
"--enable-pcre2-16"
|
||||
"--enable-pcre2-32"
|
||||
"--enable-jit")
|
||||
|
|
Loading…
Reference in New Issue