projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d77dca
)
libselinux: add missing host-build dependency on libsepol/host
author
Daniel Golle
<
[email protected]
>
Wed, 6 Apr 2022 18:59:52 +0000
(19:59 +0100)
committer
Daniel Golle
<
[email protected]
>
Wed, 6 Apr 2022 20:54:50 +0000
(21:54 +0100)
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 <
[email protected]
>
package/libs/libselinux/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libselinux/Makefile
b/package/libs/libselinux/Makefile
index 9520afc77144f8a4168b3abfd8283c4d67fe18f0..6bda72b5de0b20ee09643c4418dd71fea7a6ed36 100644
(file)
--- 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 <
[email protected]
>
-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