summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-16 17:30:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-16 17:30:39 (GMT)
commit6b8771a4322a2e519090f770041f4015de65c3e1 (patch)
tree04852d21a89c6ac55d8034a17840affb33d1224c
parent64a95ed3623b58a55a76dd4849a1fcaf3c41aa56 (diff)
downloadmxe-6b8771a4322a2e519090f770041f4015de65c3e1.zip
mxe-6b8771a4322a2e519090f770041f4015de65c3e1.tar.gz
mxe-6b8771a4322a2e519090f770041f4015de65c3e1.tar.bz2
apr-util: Explicitly disable freetds
It's broken. Fixes #546. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/apr-util.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apr-util.mk b/src/apr-util.mk
index a2b2b86..27e3201 100644
--- a/src/apr-util.mk
+++ b/src/apr-util.mk
@@ -23,6 +23,7 @@ define $(PKG)_BUILD
--without-pgsql \
--without-sqlite2 \
--without-sqlite3 \
+ --without-freetds \
--with-apr='$(PREFIX)/$(TARGET)' \
CFLAGS=-D_WIN32_WINNT=0x0500
$(MAKE) -C '$(1)' -j '$(JOBS)' $(MXE_DISABLE_CRUFT) LDFLAGS=-no-undefined