[Buildroot] [v2 3/5] package/libsemanage: add host-audit as a dependency.

Adam Duskett aduskett at gmail.com
Sat Jul 16 20:06:27 UTC 2016


refpolicy requires host-libsemanage.  host-libsemanage will fail
to compile without host-audit.  This adds host-audit as a requirement
for host-libsemanage.

Signed-off-by: Adam Duskett <Aduskett at gmail.com>
---
Changes:

v1 - v2:
 - Added better reasoning as to why this patch exists.

 package/libsemanage/libsemanage.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libsemanage/libsemanage.mk b/package/libsemanage/libsemanage.mk
index a60d018..beb34ba 100644
--- a/package/libsemanage/libsemanage.mk
+++ b/package/libsemanage/libsemanage.mk
@@ -27,7 +27,7 @@ define LIBSEMANAGE_INSTALL_TARGET_CMDS
 	$(MAKE) -C $(@D) $(LIBSEMANAGE_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
 endef
 
-HOST_LIBSEMANAGE_DEPENDENCIES = host-bison host-libsepol host-libselinux \
+HOST_LIBSEMANAGE_DEPENDENCIES = host-bison host-audit host-libsepol host-libselinux \
 				host-ustr host-bzip2 host-swig
 HOST_LIBSEMANAGE_MAKE_OPTS += $(HOST_CONFIGURE_OPTS) \
 	SWIG_LIB="$(HOST_DIR)/usr/share/swig/$(SWIG_VERSION)/"
-- 
2.7.4




More information about the buildroot mailing list