mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -108,7 +108,8 @@ POSIX regular expression API.")
|
||||
"--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
|
||||
|
||||
Reference in New Issue
Block a user