Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lvm2: disable statical building because it fails
@ 2013-12-17  7:02 Fabio Porcedda
  2013-12-17  9:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Porcedda @ 2013-12-17  7:02 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/b0b/b0b386969459dda9c294f1ccb4927ca225fa6bdd/

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/lvm2/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index 5d6209fc1..29b80ee 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LVM2
 	bool "lvm2 & device mapper"
 	depends on BR2_LARGEFILE
 	depends on BR2_USE_MMU # needs fork()
+	depends on !BR2_PREFER_STATIC_LIB # It fails to build statically
 	help
 	  This is LVM2, the rewrite of The Linux Logical Volume Manager.
 	  LVM supports enterprise level volume management of disk and disk
-- 
1.8.5

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

end of thread, other threads:[~2013-12-19 13:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17  7:02 [Buildroot] [PATCH] lvm2: disable statical building because it fails Fabio Porcedda
2013-12-17  9:11 ` Thomas Petazzoni
2013-12-19 10:36   ` Fabio Porcedda
2013-12-19 10:43     ` Thomas Petazzoni
2013-12-19 13:23       ` Fabio Porcedda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox