diff options
author | Stephan Hoffmann <sho@relinux.de> | 2012-08-17 13:54:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-17 18:02:19 +0200 |
commit | 32314b44717d655d86b7ff3f557313da8fea4183 (patch) | |
tree | 6973a57c868eb7eafaa1ffe0ebca73afc028e59a /Makefile | |
parent | b58c83ae999966975c278c860cb97aee0d2e8e08 (diff) | |
download | buildroot-novena-32314b44717d655d86b7ff3f557313da8fea4183.tar.gz buildroot-novena-32314b44717d655d86b7ff3f557313da8fea4183.zip |
Added QMAKESPEC to the list of unexported symbols
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ unexport CFLAGS unexport CXXFLAGS unexport GREP_OPTIONS unexport CONFIG_SITE +unexport QMAKESPEC GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess) |