sqlite: do not assume thread support is available
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 18 Jul 2012 07:48:24 +0000 (09:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 18 Jul 2012 07:48:24 +0000 (09:48 +0200)
commit856ba320975740542bc4525efabc3cb63f76869f
tree9615ab8574e7d5bb029fb17f5b2413372d009627
parentadbe85c752651bc147bc4deb6419d162b2c6417e
sqlite: do not assume thread support is available

The --enable-threadsafe option was unconditionally passed, without
taking into account whether the underlying toolchain had thread
support or not. Now, we properly pass --enable-threadsafe or
--disable-threadsafe depending on the availability of thread support.

Fixes
http://autobuild.buildroot.net/results/defdc098cff293baabf2f89587476eba71f1c0d0/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sqlite/sqlite.mk