summaryrefslogtreecommitdiffstats
path: root/package/lvm2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-26 09:26:47 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 09:14:12 +0200
commit2480b2e125b6108dac8e7c5fcec8a543ca1b9058 (patch)
treef31b8966b276f2e30afb41b69e09988aa9602985 /package/lvm2
parentfd806578a9c727267166bf9a1c3bb17f584af4de (diff)
downloadbuildroot-2480b2e125b6108dac8e7c5fcec8a543ca1b9058.tar.gz
buildroot-2480b2e125b6108dac8e7c5fcec8a543ca1b9058.zip
Revert "lvm2: disable build with uClibc-ng"
This reverts commit 66f136a9f64b880eefa769c1261916773d8f28c0. Issue fixed with uClibc-ng update to 1.0.24. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lvm2')
-rw-r--r--package/lvm2/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/lvm2/Config.in b/package/lvm2/Config.in
index b28b1976da..0f606494ba 100644
--- a/package/lvm2/Config.in
+++ b/package/lvm2/Config.in
@@ -5,7 +5,6 @@ config BR2_PACKAGE_LVM2
depends on !BR2_STATIC_LIBS # It fails to build statically
# http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
depends on !BR2_TOOLCHAIN_USES_MUSL
- depends on !BR2_TOOLCHAIN_USES_UCLIBC # missing floorl(), nearbyintl()
help
This is LVM2, the rewrite of The Linux Logical Volume Manager.
LVM supports enterprise level volume management of disk and disk
@@ -39,7 +38,6 @@ config BR2_PACKAGE_LVM2_APP_LIBRARY
endif
-comment "lvm2 needs a glibc toolchain w/ threads, dynamic library"
+comment "lvm2 needs a glibc or uClibc toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
- depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
- || BR2_TOOLCHAIN_USES_MUSL || BR2_TOOLCHAIN_USES_UCLIBC
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL
OpenPOWER on IntegriCloud