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 <daniel@makrotopia.org>
This commit is contained in:
parent
384703fe06
commit
d8d06cfca2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue