guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: lvm2: Add device-mapper-event support.


From: Pierre Neidhardt
Subject: 04/07: gnu: lvm2: Add device-mapper-event support.
Date: Mon, 30 Jul 2018 15:52:19 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit a3ed69b694eab393129348bbabbed8c59bad3772
Author: Pierre Neidhardt <address@hidden>
Date:   Wed May 30 13:17:53 2018 +0200

    gnu: lvm2: Add device-mapper-event support.
    
    * GNU/packages/linux.scm (lvm2)[configure-flags]: Build device-mapper-event.
---
 gnu/packages/linux.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f1bf65d..61f4410 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2127,12 +2127,24 @@ time.")
                                "--enable-udev_sync"
                                "--enable-udev_rules"
                                "--enable-pkgconfig"
+                               "--enable-cmdlib"
+                               "--enable-dmeventd" ; Requires 
'--enable-cmdlib'.
 
                                ;; 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")
+                               ;; TODO: Patch make.tmpl.in to take LDFLAGS
+                               ;; into account so that we don't need to also
+                               ;; set CLDFLAGS.
+                               (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]