Commit 32314b44 authored by Stephan Hoffmann's avatar Stephan Hoffmann Committed by Thomas Petazzoni
Browse files

Added QMAKESPEC to the list of unexported symbols



Building QT might fail if QMAKESPEC is defined.

Signed-off-by: default avatarStephan Hoffmann <sho@relinux.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b58c83ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ unexport CFLAGS
unexport CXXFLAGS
unexport GREP_OPTIONS
unexport CONFIG_SITE
unexport QMAKESPEC

GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)