guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: libarchive: Do not build 'libarchive.a'.


From: guix-commits
Subject: 07/18: gnu: libarchive: Do not build 'libarchive.a'.
Date: Wed, 31 Jul 2019 08:58:40 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f8071e9b3be91bdc0ceef7cbc8e93f58738da194
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 23 19:05:49 2019 +0200

    gnu: libarchive: Do not build 'libarchive.a'.
    
    * gnu/packages/backup.scm (libarchive)[arguments]: Add <#:configure-flags>.
---
 gnu/packages/backup.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index abb8eed..1e9298f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -221,7 +221,8 @@ backups (called chunks) to allow easy burning to CD/DVD.")
        ("zlib" ,zlib)
        ("zstd" ,zstd "lib")))
     (arguments
-     `(#:phases
+     `(#:configure-flags '("--disable-static")
+       #:phases
        (modify-phases %standard-phases
          (add-before 'build 'patch-pwd
            (lambda _



reply via email to

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