aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libselinux
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-04-06 19:59:52 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-04-06 21:54:50 +0100
commit0d3850dc5af4896ab3679dc4d8ef9a664e5e705f (patch)
tree6b81f76f22f98507b1abf6f0c42ac451f2cdf78c /package/libs/libselinux
parent1d77dca3b32dd883bcc2213675cf21111ac1beca (diff)
downloadupstream-0d3850dc5af4896ab3679dc4d8ef9a664e5e705f.tar.gz
upstream-0d3850dc5af4896ab3679dc4d8ef9a664e5e705f.tar.bz2
upstream-0d3850dc5af4896ab3679dc4d8ef9a664e5e705f.zip
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@makrotopia.org>
Diffstat (limited to 'package/libs/libselinux')
-rw-r--r--package/libs/libselinux/Makefile2
1 files changed, 1 insertions, 1 deletions
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@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