gnu: libarchive: Explicitly disable openssl. * gnu/packages/backup.scm (libarchive)[arguments]<#:configure-flags>: Add --without-openssl. Change-Id: Id64849ca319fc191998175ffb3ceba07c1bff744
1 files changed, 6 insertions(+), 1 deletions(-) M gnu/packages/backup.scm
M gnu/packages/backup.scm => gnu/packages/backup.scm +6 -1
@@ 287,7 287,12 @@ backups (called chunks) to allow easy burning to CD/DVD.") `(,zstd "lib"))) (arguments (list #:configure-flags #~'("--disable-static") #:configure-flags #~'("--disable-static" ;; Because of the circular dependency, we cannot use openssl here. ;; Explicitly disable openssl to avoid unnecessary dependencies in the ;; pc file. "--without-openssl") #:phases #~(modify-phases %standard-phases (add-before 'build 'patch-pwd