summaryrefslogtreecommitdiffstats
path: root/src/libshout.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/libshout.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/libshout.mk')
-rw-r--r--src/libshout.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libshout.mk b/src/libshout.mk
index 7b0d847..156c731 100644
--- a/src/libshout.mk
+++ b/src/libshout.mk
@@ -24,6 +24,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--disable-debug \
+ --disable-thread \
--infodir='$(1)/sink' \
--mandir='$(1)/sink'
$(MAKE) -C '$(1)' -j '$(JOBS)' install