diff src/tiff.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 29f1ba4559ae
children 7da042a72e83
line wrap: on
line diff
--- a/src/tiff.mk	Sun May 02 17:29:57 2010 +0200
+++ b/src/tiff.mk	Sun May 02 17:58:37 2010 +0200
@@ -24,7 +24,6 @@
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
-        PTHREAD_LIBS='-lpthread -lws2_32' \
         --without-x
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
 endef