Browse Source

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>
(cherry picked from commit c0f26f4980)
lilik-openwrt-22.03
Eneas U de Queiroz 2 years ago
committed by Josef Schlehofer
parent
commit
2abb60c164
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/audit/Makefile

+ 1
- 0
utils/audit/Makefile View 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


Loading…
Cancel
Save