[Buildroot] [git commit] Added QMAKESPEC to the list of unexported symbols

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Aug 17 16:02:19 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=32314b44717d655d86b7ff3f557313da8fea4183
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Building QT might fail if QMAKESPEC is defined.

Signed-off-by: Stephan Hoffmann <sho at relinux.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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)
 


More information about the buildroot mailing list