diff mbox

Added QMAKESPEC to the list of unexported symbols

Message ID 1345204456-13535-1-git-send-email-sho@relinux.de
State Accepted
Headers show

Commit Message

Stephan Hoffmann Aug. 17, 2012, 11:54 a.m. UTC
Building QT might fail if QMAKESPEC is defined.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Thomas Petazzoni Aug. 17, 2012, 4:03 p.m. UTC | #1
Le Fri, 17 Aug 2012 13:54:16 +0200,
Stephan Hoffmann <sho@relinux.de> a écrit :

> Building QT might fail if QMAKESPEC is defined.
> 
> Signed-off-by: Stephan Hoffmann <sho@relinux.de>

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 9ab7d99..77ca4a0 100644
--- a/Makefile
+++ b/Makefile
@@ -209,6 +209,7 @@  unexport CFLAGS
 unexport CXXFLAGS
 unexport GREP_OPTIONS
 unexport CONFIG_SITE
+unexport QMAKESPEC
 
 GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)