package/sqlite: Disable autoreconf

Currently we have no patches for this package, compilation works without
autoreconf.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-01-23 11:23:42 +01:00 committed by Thomas Petazzoni
parent 1f8fe7c2a6
commit cef9b645cd

View File

@ -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