From: Rahul Bedarkar Date: Thu, 15 Sep 2016 10:27:04 +0000 (+0530) Subject: audit: remove autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2deb74c17e1bf7ef02bc23df637f74f7898bca6a;p=buildroot.git audit: remove autoreconf Commit upstream 51925b7dd6d0("package/audit: Bump to version 2.6.5") removed patch 0002 as part of version bump. But forgot to disable autoreconf. Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/audit/audit.mk b/package/audit/audit.mk index 06ec9595c0..11ee8dfdbc 100644 --- a/package/audit/audit.mk +++ b/package/audit/audit.mk @@ -8,8 +8,6 @@ AUDIT_VERSION = 2.6.5 AUDIT_SITE = http://people.redhat.com/sgrubb/audit AUDIT_LICENSE = GPLv2 AUDIT_LICENSE_FILES = COPYING -# 0002-Fix-usage-of-audit_status.feature_bitmap.patch -AUDIT_AUTORECONF = YES AUDIT_INSTALL_STAGING = YES