1 file changed, 12 insertions(+), 1 deletion(-) gnu/packages/linux.scm | 13 ++++++++++++- modified gnu/packages/linux.scm @@ -2133,11 +2133,22 @@ time.") "--enable-udev_rules" "--enable-pkgconfig" + "--enable-cmdlib" + "--enable-dmeventd" + ;; Make sure programs such as 'dmsetup' can ;; find libdevmapper.so. (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") - "/lib")) + "/lib,-rpath=" + (assoc-ref %outputs "out") + "/lib/device-mapper") + (string-append "CLDFLAGS=-Wl,-rpath=" + (assoc-ref %outputs "out") + "/lib,-rpath=" + (assoc-ref %outputs "out") + "/lib/device-mapper") + ) ;; The tests use 'mknod', which requires root access. #:tests? #f)) [back]