mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libapparmor: remove stale reference to patch 0001
The AUTORECONF variable was introduced in commit [1] with reference to the patches that modified the m4 and Makefile.am files. The commit [2] removed the last such patch but left the reference to the patch and the AUTORECONF variable. Later, commit [3] updated the mirror to the gitlab URL that no longer bundle a pre-generated `configure` file, making the execution of AUTORECONF necessary anyway. This patch removes the obsolete reference to the patch 0001 removed in [2] to avoid ambiguity with the new patch 0001 introduced in commit [4]. [1]01a82c1401package/libapparmor: enable python bindings [2]27cd0b5033package/apparmor: bump to version 3.0.4 [3]5649202ddcpackage/libapparmor: bump to version 3.1.7 [4]2640f5dcd0package/libapparmor: fix build w/ musl Signed-off-by: Thomas Perale <thomas.perale@mind.be> [Peter: add a comment explaining why] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9adc8a0570
commit
50cac72f73
@@ -16,7 +16,7 @@ LIBAPPARMOR_DEPENDENCIES = host-bison host-flex host-pkgconf
|
||||
LIBAPPARMOR_SUBDIR = libraries/libapparmor
|
||||
LIBAPPARMOR_INSTALL_STAGING = YES
|
||||
|
||||
# Patch 0001 touches Makefile.am and m4 files
|
||||
# no configure in tarball
|
||||
LIBAPPARMOR_AUTORECONF = YES
|
||||
|
||||
# Most AppArmor tools will want to link to the static lib.
|
||||
|
||||
Reference in New Issue
Block a user