summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/freetds.mk1
-rw-r--r--src/guile.mk2
-rw-r--r--src/libmikmod.mk2
-rw-r--r--src/libshout.mk1
-rw-r--r--src/libxml2.mk3
-rw-r--r--src/sqlite.mk2
-rw-r--r--src/tiff.mk1
-rw-r--r--src/vorbis.mk3
-rw-r--r--src/xerces.mk2
9 files changed, 8 insertions, 9 deletions
diff --git a/src/freetds.mk b/src/freetds.mk
index 3e23a77..7135aa9 100644
--- a/src/freetds.mk
+++ b/src/freetds.mk
@@ -37,6 +37,7 @@ define $(PKG)_BUILD
--enable-static \
--enable-libiconv \
--enable-msdblib \
+ --disable-threadsafe \
--with-tdsver=8.0
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
diff --git a/src/guile.mk b/src/guile.mk
index df4bc4b..1386fde 100644
--- a/src/guile.mk
+++ b/src/guile.mk
@@ -24,7 +24,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
- --with-threads \
+ --without-threads \
LIBS='-lunistring -lintl -liconv'
$(MAKE) -C '$(1)' -j '$(JOBS)' schemelib_DATA=
$(MAKE) -C '$(1)' -j 1 install schemelib_DATA=
diff --git a/src/libmikmod.mk b/src/libmikmod.mk
index 5ef68f4..5c50262 100644
--- a/src/libmikmod.mk
+++ b/src/libmikmod.mk
@@ -26,8 +26,6 @@ define $(PKG)_BUILD
NM='$(TARGET)-nm' \
RANLIB='$(TARGET)-ranlib' \
STRIP='$(TARGET)-strip' \
- LIBS='-lws2_32' \
- LIBRARY_LIB='-lws2_32' \
./configure \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
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
diff --git a/src/libxml2.mk b/src/libxml2.mk
index 170cc2c..d491934 100644
--- a/src/libxml2.mk
+++ b/src/libxml2.mk
@@ -26,7 +26,8 @@ define $(PKG)_BUILD
--disable-shared \
--without-debug \
--prefix='$(PREFIX)/$(TARGET)' \
- --without-python
+ --without-python \
+ --without-threads
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef
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
diff --git a/src/tiff.mk b/src/tiff.mk
index d32d6df..b568108 100644
--- a/src/tiff.mk
+++ b/src/tiff.mk
@@ -24,7 +24,6 @@ define $(PKG)_BUILD
--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
diff --git a/src/vorbis.mk b/src/vorbis.mk
index 1dec5f7..e904997 100644
--- a/src/vorbis.mk
+++ b/src/vorbis.mk
@@ -23,7 +23,6 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
- PKG_CONFIG='$(TARGET)-pkg-config' \
- LIBS='-lws2_32'
+ PKG_CONFIG='$(TARGET)-pkg-config'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef
diff --git a/src/xerces.mk b/src/xerces.mk
index 2be7f59..115c9a1 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--enable-libtool-lock \
--disable-pretty-make \
- --enable-threads \
+ --disable-threads \
--enable-network \
--enable-netaccessor-curl \
--disable-netaccessor-socket \