mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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)
This commit is contained in:
committed by
Josef Schlehofer
parent
03f871f305
commit
742d047e01
@@ -24,7 +24,6 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-packages/$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
|
||||||
|
|
||||||
define Package/audit/Default
|
define Package/audit/Default
|
||||||
TITLE:=Audit Daemon
|
TITLE:=Audit Daemon
|
||||||
@@ -139,7 +138,6 @@ define Package/audit/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/auditd $(1)/usr/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/auditd $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
|
||||||
$(eval $(call BuildPackage,libauparse))
|
$(eval $(call BuildPackage,libauparse))
|
||||||
$(eval $(call BuildPackage,audit-utils))
|
$(eval $(call BuildPackage,audit-utils))
|
||||||
$(eval $(call BuildPackage,audit))
|
$(eval $(call BuildPackage,audit))
|
||||||
|
|||||||
Reference in New Issue
Block a user