projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4095502
)
Makefile: ensure CONFIG_SITE isn't set
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 12 Dec 2011 09:25:50 +0000
(10:25 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 12 Dec 2011 09:25:50 +0000
(10:25 +0100)
Fixes lib/lib64 issue when building on OpenSUSE.
Reported-by: Guillaume Gardet <guillaume.gardet@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 84cea1c95182992f130187445202fd8bafe26ae4..242265f2cfbe49fdb6f7b7f1f9b46fca4310031c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-192,6
+192,7
@@
unexport CPP
unexport CFLAGS
unexport CXXFLAGS
unexport GREP_OPTIONS
+unexport CONFIG_SITE
GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)