[Buildroot] [git commit] Makefile: ensure CONFIG_SITE isn't set

Peter Korsgaard jacmet at sunsite.dk
Mon Dec 12 09:25:50 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes lib/lib64 issue when building on OpenSUSE.

Reported-by: Guillaume Gardet <guillaume.gardet at free.fr>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 84cea1c..242265f 100644
--- 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)
 


More information about the buildroot mailing list