me
/
guix
Archived
1
0
Fork 0

gnu: libarchive: Remove GCC5 workaround.

* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.
master
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
1 changed files with 1 additions and 5 deletions

View File

@ -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