summaryrefslogtreecommitdiff
path: root/gnu/packages/cryptsetup.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
-rw-r--r--gnu/packages/cryptsetup.scm4
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