mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/sqlite: fix parallel build failures
Fixes:
http://autobuild.buildroot.org/results/aed/aed3690689b60844e3278626da3c3eb75f2a2586/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f7f978c7c3
commit
7541b28aa7
@@ -10,6 +10,9 @@ SQLITE_SITE = http://www.sqlite.org/2015
|
||||
SQLITE_LICENSE = Public domain
|
||||
SQLITE_INSTALL_STAGING = YES
|
||||
|
||||
# Patching Makefile.am:
|
||||
SQLITE_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SQLITE_STAT3),y)
|
||||
SQLITE_CFLAGS += -DSQLITE_ENABLE_STAT3
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user