diff src/freetds.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 bf4bcb3370fa
children be4292f84a3b
line wrap: on
line diff
--- a/src/freetds.mk	Sun May 02 17:29:57 2010 +0200
+++ b/src/freetds.mk	Sun May 02 17:58:37 2010 +0200
@@ -37,6 +37,7 @@
         --enable-static \
         --enable-libiconv \
         --enable-msdblib \
+        --disable-threadsafe \
         --with-tdsver=8.0
     $(MAKE) -C '$(1)' -j '$(JOBS)' install
 endef