diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-09-30 21:35:14 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-09-30 23:49:23 +0200 |
commit | d3143409ac99609c160bd3d53250bcebe09fe975 (patch) | |
tree | a35191d36a309c35132a2c5a3ac10fd4b4fd0b26 /package/python-pycparser/python-pycparser.hash | |
parent | 296b8bc64a69ae635d4b88b12d7c776c9b3b0df1 (diff) | |
download | buildroot-d3143409ac99609c160bd3d53250bcebe09fe975.tar.gz buildroot-d3143409ac99609c160bd3d53250bcebe09fe975.zip |
sqlite: fix build without threads
If threads are not available, set SQLITE_THREADSAFE to 0.
Indeed, since version 3.25.0, the following line:
THREADSAFE_FLAGS=-DSQLITE_THREADSAFE=0
has been removed from configure.ac
As a result, SQLITE_THREADSAFE will be set to a default value of 1 even
if --disable-threadsafe is set
Fixes:
- http://autobuild.buildroot.org/results/70b1582edcb787746e4483e80b27f86ac781f0fa
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pycparser/python-pycparser.hash')
0 files changed, 0 insertions, 0 deletions