audit: avoid interferece with base libaudit build
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 11 May 2022 22:08:13 +0000 (19:08 -0300)
committerRosen Penev <rosenp@gmail.com>
Fri, 20 May 2022 19:18:31 +0000 (12:18 -0700)
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 <cotequeiroz@gmail.com>
utils/audit/Makefile

index 05c2f4967ceed33aecf2f78b5fbcc4b3d2d7b87c..8fcc744a20c845491692401d7e4609437845aa6c 100644 (file)
@@ -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