From: Daniel Golle Date: Fri, 14 Aug 2020 00:42:40 +0000 (+0100) Subject: lvm2: depend on libselinux X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d8d06cfca262d97c7d3a3481c6a0f2cd3803c250;p=openwrt-packages.git 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 --- diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile index f9134ff82..2ecbab790 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