diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-09-11 19:03:14 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-09-11 19:03:14 (GMT) |
commit | 1a0bbdbffeae12f80361c2c8dda921923b5f506b (patch) | |
tree | 2c9b7022f520e4a1cac5524726b0fa34656f7620 | |
parent | 82980049258c1d21b3d318a449bcdf00d076a1ea (diff) | |
download | mxe-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.
-rw-r--r-- | src/qt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |