From: Adam Duskett Date: Sat, 16 Jul 2016 20:06:27 +0000 (-0400) Subject: package/libsemanage: add host-audit as a dependency of the host variant X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=582c64d4faf7f58a2d8ff573feb63e24c8f7191a;p=buildroot.git package/libsemanage: add host-audit as a dependency of the host variant refpolicy requires host-libsemanage. host-libsemanage will fail to compile without host-audit. This commit adds host-audit as a requirement for host-libsemanage. Signed-off-by: Adam Duskett Signed-off-by: Thomas Petazzoni --- diff --git a/package/libsemanage/libsemanage.mk b/package/libsemanage/libsemanage.mk index a60d018698..beb34ba3c0 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)/"