diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2017-05-11 23:46:46 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-11 23:51:53 +0200 |
| commit | 2253477e6f33224473451641573d78d430e7ecdf (patch) | |
| tree | 6fb78827bdd08d10165efa3273773498bea01996 /gnu | |
| parent | a3ac1bc285d6d6b7e2202937416ed055cfcdc35f (diff) | |
gnu: cryptsetup-static: Fix FTBFS with lvm2-static@2.02.171.
* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]<#:configure-flags>:
Add "-lm" to LIBS.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 900b004a50f..97d35f6693a 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -81,8 +81,8 @@ files). This assumes LIBRARY uses Libtool." | |||
| 81 | '(#:configure-flags '("--disable-shared" | 81 | '(#:configure-flags '("--disable-shared" |
| 82 | "--enable-static-cryptsetup" | 82 | "--enable-static-cryptsetup" |
| 83 | 83 | ||
| 84 | ;; 'libdevmapper.a' pulls in libpthread and libudev. | 84 | ;; 'libdevmapper.a' pulls in libpthread, libudev and libm. |
| 85 | "LIBS=-ludev -pthread") | 85 | "LIBS=-ludev -pthread -lm") |
| 86 | 86 | ||
| 87 | #:allowed-references () ;this should be self-contained | 87 | #:allowed-references () ;this should be self-contained |
| 88 | 88 | ||
