projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8fe7c
)
package/sqlite: Disable autoreconf
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 23 Jan 2016 10:23:42 +0000
(11:23 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/sqlite/sqlite.mk
b/package/sqlite/sqlite.mk
index bf31292dee6097232fcbdd0bdba72dc34590697b..27dad1225500ff7dc747057e8a6fc30e5350ab59 100644
(file)
--- 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