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
parent
a3ac1bc285
commit
2253477e6f
|
@ -81,8 +81,8 @@ files). This assumes LIBRARY uses Libtool."
|
|||
'(#:configure-flags '("--disable-shared"
|
||||
"--enable-static-cryptsetup"
|
||||
|
||||
;; 'libdevmapper.a' pulls in libpthread and libudev.
|
||||
"LIBS=-ludev -pthread")
|
||||
;; 'libdevmapper.a' pulls in libpthread, libudev and libm.
|
||||
"LIBS=-ludev -pthread -lm")
|
||||
|
||||
#:allowed-references () ;this should be self-contained
|
||||
|
||||
|
|
Reference in New Issue