Added QMAKESPEC to the list of unexported symbols
authorStephan Hoffmann <sho@relinux.de>
Fri, 17 Aug 2012 11:54:16 +0000 (13:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 17 Aug 2012 16:02:19 +0000 (18:02 +0200)
Building QT might fail if QMAKESPEC is defined.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile

index 9ab7d99d7deb7680b58e790c547c1fc1b2c00035..77ca4a00da7dff6d55cf1763bec67fbc9b1b41eb 100644 (file)
--- 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)