diff options
author | Tomáš Čech <sleep_walker@gnu.org> | 2018-04-15 10:42:25 +0200 |
---|---|---|
committer | Tomáš Čech <sleep_walker@gnu.org> | 2018-04-20 10:38:50 +0200 |
commit | 9324d92e6a3ef030193f43d21a75ca3e88fa90b4 (patch) | |
tree | 32a96d26b6f909cf9193d9359ffff71748026f00 /gnu | |
parent | e60352e4533a313a6fcbed615bd77729010b1968 (diff) | |
download | patches-9324d92e6a3ef030193f43d21a75ca3e88fa90b4.tar patches-9324d92e6a3ef030193f43d21a75ca3e88fa90b4.tar.gz |
gnu: lvm2: Enable pkg-config files generation.
* gnu/packages/linux.scm (lvm2)[arguments]: Enable pkg-config files generation
via configure flag.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a5b1cd46d1..cf51a68e1f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2121,6 +2121,7 @@ time.") "/etc/lvm") "--enable-udev_sync" "--enable-udev_rules" + "--enable-pkgconfig" ;; Make sure programs such as 'dmsetup' can ;; find libdevmapper.so. |