mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: pcre2: Do not build static libraries.
* gnu/packages/pcre.scm (pcre2)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
eccd2c14d6
commit
f6943db7d3
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ (define-public pcre2
|
|||
"--enable-pcre2test-libreadline"
|
||||
"--enable-pcre2-16"
|
||||
"--enable-pcre2-32"
|
||||
"--enable-jit")
|
||||
"--enable-jit"
|
||||
"--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-paths
|
||||
|
|
Loading…
Reference in a new issue