mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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
1 changed files with 3 additions and 4 deletions
|
@ -100,10 +100,9 @@ (define-public pcre2
|
|||
("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 a new issue