summaryrefslogtreecommitdiffstats
path: root/src/xerces.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-23 14:49:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-23 14:49:35 (GMT)
commit876b53a4441982d185a3aa8c2e1876324c0bb9cb (patch)
treea4dd0dec0280463a9b21442325637947b0db1fc0 /src/xerces.mk
parent275cc6bae897e1d319a721a8f0102e989fff1b81 (diff)
downloadmxe-876b53a4441982d185a3aa8c2e1876324c0bb9cb.zip
mxe-876b53a4441982d185a3aa8c2e1876324c0bb9cb.tar.gz
mxe-876b53a4441982d185a3aa8c2e1876324c0bb9cb.tar.bz2
package xerces: enable pthreads
Diffstat (limited to 'src/xerces.mk')
-rw-r--r--src/xerces.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xerces.mk b/src/xerces.mk
index ecc0dca..1aa3046 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -8,7 +8,7 @@ $(PKG)_SUBDIR := xerces-c-$($(PKG)_VERSION)
$(PKG)_FILE := xerces-c-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://apache.linux-mirror.org/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)
$(PKG)_URL_2 := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc libiconv curl
+$(PKG)_DEPS := gcc libiconv curl pthreads
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.apache.org/dist/xerces/c/3/sources/?C=M;O=D' | \
@@ -25,7 +25,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--enable-libtool-lock \
--disable-pretty-make \
- --disable-threads \
+ --enable-threads \
--enable-network \
--enable-netaccessor-curl \
--disable-netaccessor-socket \