diff src/sqlite.mk @ 935:9993be51f18d

disable the use of the buggy Pthreads-w32 library in packages freetds, guile, libmikmod, libshout, libxml2, sqlite, tiff, vorbis and xerces
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 02 May 2010 17:58:37 +0200
parents 47a4cf923d20
children e878941387e3
line wrap: on
line diff
--- a/src/sqlite.mk	Sun May 02 17:29:57 2010 +0200
+++ b/src/sqlite.mk	Sun May 02 17:58:37 2010 +0200
@@ -25,6 +25,6 @@
         --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