diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-23 11:23:42 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-23 12:02:35 +0100 |
commit | cef9b645cd00c16ee9b2d41591d5e94e634b004c (patch) | |
tree | 644d4ab80e902d48778cd11f1f18de8fa878ecb2 /package/sqlite | |
parent | 1f8fe7c2a60204edb622588782d526152d2c735f (diff) | |
download | buildroot-cef9b645cd00c16ee9b2d41591d5e94e634b004c.tar.gz buildroot-cef9b645cd00c16ee9b2d41591d5e94e634b004c.zip |
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>
Diffstat (limited to 'package/sqlite')
-rw-r--r-- | package/sqlite/sqlite.mk | 3 |
1 files changed, 0 insertions, 3 deletions
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 |