guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: pcre2: Do not build static libraries.


From: guix-commits
Subject: 04/10: gnu: pcre2: Do not build static libraries.
Date: Wed, 11 Dec 2019 17:27:46 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f6943db7d39a060742b820e2f2f215b0bdeca690
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 11 19:39:01 2019 +0100

    gnu: pcre2: Do not build static libraries.
    
    * gnu/packages/pcre.scm (pcre2)[arguments]: Add "--disable-static" to
     #:configure-flags.
---
 gnu/packages/pcre.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 5602446..ea45a3d 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]