guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libarchive: Remove GCC5 workaround.


From: guix-commits
Subject: 04/04: gnu: libarchive: Remove GCC5 workaround.
Date: Tue, 2 Jul 2019 15:36:24 -0400 (EDT)

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

commit 7ce9139f96b207a352c7e55f7ffe7dbd992b246a
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 2 21:30:43 2019 +0200

    gnu: libarchive: Remove GCC5 workaround.
    
    * gnu/packages/backup.scm (libarchive)[arguments]: Remove 
<#:configure-flags>.
---
 gnu/packages/backup.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index beb3b09..b7ca8e1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -257,11 +257,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
                   (string-append "-L" zlib "/lib -lz"))
                  (("-lbz2")
                   (string-append "-L" bzip2 "/lib -lbz2")))
-               #t))))
-
-       ;; libarchive/test/test_write_format_gnutar_filenames.c needs to be
-       ;; compiled with C99 or C11 or a gnu variant.
-       #:configure-flags '("CFLAGS=-O2 -g -std=c99")))
+               #t))))))
     (home-page "https://libarchive.org/";)
     (synopsis "Multi-format archive and compression library")
     (description



reply via email to

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