From 1a0bbdbffeae12f80361c2c8dda921923b5f506b Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sat, 11 Sep 2010 21:03:14 +0200 Subject: 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. --- src/qt.mk | 1 - 1 file changed, 1 deletion(-) 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 \ -- cgit v0.12