Browse Source

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 1d54defb0f)
lilik-openwrt-22.03
Eneas U de Queiroz 2 years ago
committed by Josef Schlehofer
parent
commit
964e972aff
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      utils/audit/Makefile

+ 0
- 2
utils/audit/Makefile View File

@ -23,7 +23,6 @@ PKG_FIXUP:=autoreconf
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
define Package/audit/Default
TITLE:=Audit Daemon
@ -138,7 +137,6 @@ define Package/audit/install
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/auditd $(1)/usr/sbin/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,libauparse))
$(eval $(call BuildPackage,audit-utils))
$(eval $(call BuildPackage,audit))

Loading…
Cancel
Save