changeset 1127:9be4cacf1993

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.
author Mark Brand <mabrand@mabrand.nl>
date Sat, 11 Sep 2010 21:03:14 +0200
parents 8a67415c1707
children 001b869cef5e
files src/qt.mk
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Sat Sep 11 15:55:36 2010 +0200
+++ b/src/qt.mk	Sat Sep 11 21:03:14 2010 +0200
@@ -32,7 +32,6 @@
         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 \