all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31160] [PATCH] gnu: lvm2: Enable pkg-config files generation.
@ 2018-04-15  8:49 Tomáš Čech
  2018-04-16 22:24 ` Marius Bakke
  2018-08-29 21:30 ` bug#31160: " Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Tomáš Čech @ 2018-04-15  8:49 UTC (permalink / raw)
  To: 31160

* gnu/packages/linux.scm (lvm2)[arguments]: Enable pkg-config files generation
via configure flag.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c09e0474a..c80cadb6c 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.
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-29 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15  8:49 [bug#31160] [PATCH] gnu: lvm2: Enable pkg-config files generation Tomáš Čech
2018-04-16 22:24 ` Marius Bakke
2018-04-17  7:07   ` Tomáš Čech
2018-04-17 20:52     ` Marius Bakke
2018-08-29 21:30 ` bug#31160: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.