summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-09-11 19:03:14 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-09-11 19:03:14 (GMT)
commit1a0bbdbffeae12f80361c2c8dda921923b5f506b (patch)
tree2c9b7022f520e4a1cac5524726b0fa34656f7620 /src
parent82980049258c1d21b3d318a449bcdf00d076a1ea (diff)
downloadmxe-1a0bbdbffeae12f80361c2c8dda921923b5f506b.zip
mxe-1a0bbdbffeae12f80361c2c8dda921923b5f506b.tar.gz
mxe-1a0bbdbffeae12f80361c2c8dda921923b5f506b.tar.bz2
package qt: don't attempt parallel make during configure (by Tony Theodore)
FreeBSD and OSX seem to have a problem with MAKEFLAGS being set. Tens or hundreds of g++ processes are created and they eventually end up with strange errors.
Diffstat (limited to 'src')
-rw-r--r--src/qt.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index e7cd912..24d9c55 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -32,7 +32,6 @@ define $(PKG)_BUILD
OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \
PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl` -lws2_32" \
SYBASE_LIBS="-lsybdb -liconv -lws2_32" \
- MAKEFLAGS="-j '$(JOBS)'" \
./configure \
-opensource \
-confirm-license \