Community maintained packages for ImmortalWrt.
Révision | 2a2cd356066740c17669e6d4acc3113cdaae1fcf (tree) |
---|---|
l'heure | 2022-05-25 22:29:22 |
Auteur | Eneas U de Queiroz <cotequeiroz@gmai...> |
Commiter | Tianling Shen |
audit: remove host build
The audit package in the packages feed share the same sources as the
libaudit package in the base repo. libaudit performs a host build, used
only by libsemanage in base.
There is no package depending on 'audit/host', so we can remove it to
avoid possible confusion.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 1d54defb0fe7a964a19e3aa36e35a8159bcc2262)
@@ -24,7 +24,6 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-packages/$(PKG_NAME)-$(PKG_VERSION) | ||
24 | 24 | PKG_USE_MIPS16:=0 |
25 | 25 | |
26 | 26 | include $(INCLUDE_DIR)/package.mk |
27 | -include $(INCLUDE_DIR)/host-build.mk | |
28 | 27 | |
29 | 28 | define Package/audit/Default |
30 | 29 | TITLE:=Audit Daemon |
@@ -139,7 +138,6 @@ define Package/audit/install | ||
139 | 138 | $(CP) $(PKG_INSTALL_DIR)/usr/sbin/auditd $(1)/usr/sbin/ |
140 | 139 | endef |
141 | 140 | |
142 | -$(eval $(call HostBuild)) | |
143 | 141 | $(eval $(call BuildPackage,libauparse)) |
144 | 142 | $(eval $(call BuildPackage,audit-utils)) |
145 | 143 | $(eval $(call BuildPackage,audit)) |