projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be14da
)
audit: avoid interferece with base libaudit build
author
Eneas U de Queiroz
<cotequeiroz@gmail.com>
Wed, 11 May 2022 22:08:13 +0000
(19:08 -0300)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/utils/audit/Makefile
b/utils/audit/Makefile
index 05c2f4967ceed33aecf2f78b5fbcc4b3d2d7b87c..8fcc744a20c845491692401d7e4609437845aa6c 100644
(file)
--- 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