[openwrt/openwrt] libselinux: add missing host-build dependency on libsepol/host

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 6 13:55:26 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0d3850dc5af4896ab3679dc4d8ef9a664e5e705f

commit 0d3850dc5af4896ab3679dc4d8ef9a664e5e705f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Apr 6 19:59:52 2022 +0100

    libselinux: add missing host-build dependency on libsepol/host
    
    The host-build of libselinux requires libsepol/host.
    Add the libsepol/host to HOST_BUILD_DEPENDS to allow build on hosts
    which don't have libsepol installed.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/libs/libselinux/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile
index 9520afc771..6bda72b5de 100644
--- a/package/libs/libselinux/Makefile
+++ b/package/libs/libselinux/Makefile
@@ -18,7 +18,7 @@ PKG_LICENSE:=libselinux-1.0
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni at bootlin.com>
 
-HOST_BUILD_DEPENDS:=musl-fts/host pcre/host
+HOST_BUILD_DEPENDS:=libsepol/host musl-fts/host pcre/host
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk




More information about the lede-commits mailing list