summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-02 15:58:37 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-02 15:58:37 (GMT)
commit9ff1828308481a01ada21c772320f863393ea072 (patch)
tree679a1f870153e7f00ca938e9d83e368d13598daa /src/sqlite.mk
parentd804c74dee1c5a3b006eca2d46884bee6d0263cc (diff)
downloadmxe-9ff1828308481a01ada21c772320f863393ea072.zip
mxe-9ff1828308481a01ada21c772320f863393ea072.tar.gz
mxe-9ff1828308481a01ada21c772320f863393ea072.tar.bz2
disable the use of the buggy Pthreads-w32 library in packages freetds, guile, libmikmod, libshout, libxml2, sqlite, tiff, vorbis and xerces
Diffstat (limited to 'src/sqlite.mk')
-rw-r--r--src/sqlite.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index 623fe85..a027303 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -25,6 +25,6 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-readline \
- LIBS='-lws2_32'
+ --disable-threadsafe
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef