[Buildroot] [PATCH] Added QMAKESPEC to the list of unexported symbols

Stephan Hoffmann sho at relinux.de
Fri Aug 17 11:54:16 UTC 2012


Building QT might fail if QMAKESPEC is defined.

Signed-off-by: Stephan Hoffmann <sho at relinux.de>
---
 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)
 
-- 
1.7.0.4




More information about the buildroot mailing list