projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58c83a
)
Added QMAKESPEC to the list of unexported symbols
author
Stephan Hoffmann
<sho@relinux.de>
Fri, 17 Aug 2012 11:54:16 +0000
(13:54 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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)