[Buildroot] [git commit] libsepol: add explicit dependencies for host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 07:13:33 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=94eb3843f9da07844e14747b68c412fb8764dd65
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libsepol/libsepol.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libsepol/libsepol.mk b/package/libsepol/libsepol.mk
index c53707a..3b02175 100644
--- a/package/libsepol/libsepol.mk
+++ b/package/libsepol/libsepol.mk
@@ -11,6 +11,7 @@ LIBSEPOL_LICENSE_FILES = COPYING
 
 LIBSEPOL_INSTALL_STAGING = YES
 LIBSEPOL_DEPENDENCIES = host-flex
+HOST_LIBSEPOL_DEPENDENCIES = host-flex
 
 LIBSEPOL_MAKE_FLAGS = $(TARGET_CONFIGURE_OPTS)
 


More information about the buildroot mailing list