diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-12 10:25:50 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-12 10:25:50 +0100 |
commit | 12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4 (patch) | |
tree | be75090e317178f8c311f7cc5b6d5f38d14dc114 | |
parent | 40955025d880ca9029dc7d4bcfc5fec3750718fd (diff) | |
download | buildroot-novena-12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4.tar.gz buildroot-novena-12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4.zip |
Makefile: ensure CONFIG_SITE isn't set
Fixes lib/lib64 issue when building on OpenSUSE.
Reported-by: Guillaume Gardet <guillaume.gardet@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ unexport CPP unexport CFLAGS unexport CXXFLAGS unexport GREP_OPTIONS +unexport CONFIG_SITE GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess) |