me
/
guix
Archived
1
0
Fork 0

gnu: cryptsetup-static: Fix FTBFS with lvm2-static@2.02.171.

* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]<#:configure-flags>:
Add "-lm" to LIBS.
master
Marius Bakke 2017-05-11 23:46:46 +02:00
parent a3ac1bc285
commit 2253477e6f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ files). This assumes LIBRARY uses Libtool."
'(#:configure-flags '("--disable-shared" '(#:configure-flags '("--disable-shared"
"--enable-static-cryptsetup" "--enable-static-cryptsetup"
;; 'libdevmapper.a' pulls in libpthread and libudev. ;; 'libdevmapper.a' pulls in libpthread, libudev and libm.
"LIBS=-ludev -pthread") "LIBS=-ludev -pthread -lm")
#:allowed-references () ;this should be self-contained #:allowed-references () ;this should be self-contained