]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/sqlite: Disable autoreconf
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 23 Jan 2016 10:23:42 +0000 (11:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 23 Jan 2016 11:02:35 +0000 (12:02 +0100)
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>
package/sqlite/sqlite.mk

index bf31292dee6097232fcbdd0bdba72dc34590697b..27dad1225500ff7dc747057e8a6fc30e5350ab59 100644 (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