From: Bernd Kuhls Date: Sat, 23 Jan 2016 10:23:42 +0000 (+0100) Subject: package/sqlite: Disable autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cef9b645cd00c16ee9b2d41591d5e94e634b004c;p=buildroot.git package/sqlite: Disable autoreconf Currently we have no patches for this package, compilation works without autoreconf. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index bf31292dee..27dad12255 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -11,9 +11,6 @@ SQLITE_LICENSE = Public domain SQLITE_LICENSE_FILES = tea/license.terms SQLITE_INSTALL_STAGING = YES -# Patching Makefile.am: -SQLITE_AUTORECONF = YES - ifeq ($(BR2_PACKAGE_SQLITE_STAT3),y) SQLITE_CFLAGS += -DSQLITE_ENABLE_STAT3 endif