[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: cryptsetup-static: Fix FTBFS with address@hidden
From: |
Marius Bakke |
Subject: |
01/01: gnu: cryptsetup-static: Fix FTBFS with address@hidden |
Date: |
Thu, 11 May 2017 17:52:33 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2253477e6f33224473451641573d78d430e7ecdf
Author: Marius Bakke <address@hidden>
Date: Thu May 11 23:46:46 2017 +0200
gnu: cryptsetup-static: Fix FTBFS with address@hidden
* gnu/packages/cryptsetup.scm
(cryptsetup-static)[arguments]<#:configure-flags>:
Add "-lm" to LIBS.
---
gnu/packages/cryptsetup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 900b004..97d35f6 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -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