gnu: libarchive: Do not build 'libarchive.a'.
* gnu/packages/backup.scm (libarchive)[arguments]: Add <#:configure-flags>.
This commit is contained in:
parent
80ba43b5f8
commit
f8071e9b3b
|
@ -221,7 +221,8 @@ backups (called chunks) to allow easy burning to CD/DVD.")
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("zstd" ,zstd "lib")))
|
("zstd" ,zstd "lib")))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:configure-flags '("--disable-static")
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'patch-pwd
|
(add-before 'build 'patch-pwd
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue