From 2abb60c1645e7cd1c8df6c402b6f0130ea1cb2a2 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 11 May 2022 19:08:13 -0300 Subject: [PATCH] audit: avoid interferece with base libaudit build Both audit in the packages feed and libaudito from the base repo use the same sources. Have 'audit' use a different build directory than 'libaudit' package to avoid interference between them. Signed-off-by: Eneas U de Queiroz (cherry picked from commit c0f26f4980cfb6d2abb1b1548530cee41c5f92aa) --- utils/audit/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/audit/Makefile b/utils/audit/Makefile index 6d78e3d1b..80f3416c8 100644 --- a/utils/audit/Makefile +++ b/utils/audit/Makefile @@ -19,6 +19,7 @@ PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:linux_audit_project:linux_audit PKG_FIXUP:=autoreconf +PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-packages/$(PKG_NAME)-$(PKG_VERSION) PKG_USE_MIPS16:=0