gnu: libarchive: Remove GCC5 workaround.

* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.
This commit is contained in:
Marius Bakke 2019-07-02 21:30:43 +02:00
parent e7a42c4abb
commit 7ce9139f96
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -257,11 +257,7 @@ (define-public libarchive
(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