~ruther/guix-local

2253477e6f33224473451641573d78d430e7ecdf — Marius Bakke 8 years ago a3ac1bc
gnu: cryptsetup-static: Fix FTBFS with lvm2-static@2.02.171.

* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]<#:configure-flags>:
Add "-lm" to LIBS.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cryptsetup.scm
M gnu/packages/cryptsetup.scm => gnu/packages/cryptsetup.scm +2 -2
@@ 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