mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libarchive: Remove GCC5 workaround.
* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.
This commit is contained in:
parent
e7a42c4abb
commit
7ce9139f96
1 changed files with 1 additions and 5 deletions
|
@ -257,11 +257,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
|
||||||
(string-append "-L" zlib "/lib -lz"))
|
(string-append "-L" zlib "/lib -lz"))
|
||||||
(("-lbz2")
|
(("-lbz2")
|
||||||
(string-append "-L" bzip2 "/lib -lbz2")))
|
(string-append "-L" bzip2 "/lib -lbz2")))
|
||||||
#t))))
|
#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")))
|
|
||||||
(home-page "https://libarchive.org/")
|
(home-page "https://libarchive.org/")
|
||||||
(synopsis "Multi-format archive and compression library")
|
(synopsis "Multi-format archive and compression library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue