mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:30:54 +08:00
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 <cotequeiroz@gmail.com>
This commit is contained in:
parent
8ee9ece931
commit
3781ac4c2a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user