From d8d06cfca262d97c7d3a3481c6a0f2cd3803c250 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 14 Aug 2020 01:42:40 +0100 Subject: [PATCH] lvm2: depend on libselinux LVM2 uses libselinux if found at buildtime and then requires it to be present on run-time. As LVM2 is usually not installed on space-constraint systems just always build with libselinux as apart from the extra space usage it doesn't hurt. Signed-off-by: Daniel Golle --- utils/lvm2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile index f9134ff82c..2ecbab7908 100644 --- a/utils/lvm2/Makefile +++ b/utils/lvm2/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=LVM2 PKG_VERSION:=2.03.09 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://sourceware.org/pub/lvm2 @@ -31,7 +31,7 @@ define Package/libdevmapper CATEGORY:=Libraries TITLE:=The Linux Kernel Device Mapper userspace library URL:=https://sourceware.org/dm/ - DEPENDS:=+kmod-dm +libpthread +libuuid +librt +libblkid + DEPENDS:=+kmod-dm +libpthread +libuuid +librt +libblkid +libselinux endef define Package/libdevmapper/description