build: explicitly unexport CONFIG_SITE
authorFelix Fietkau <nbd@openwrt.org>
Sun, 18 Jan 2015 00:37:18 +0000 (00:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 18 Jan 2015 00:37:18 +0000 (00:37 +0000)
commit9552bf94a5c285f155ba14b0d58eb6cf4b68aaff
treee43f2bb27ae99c7073fdaed66cc00538516f2ea8
parentf552fdd75388c9cf56f47f3bafc5d9a511bee9e1
build: explicitly unexport CONFIG_SITE

On systems with CONFIG_SITE in the environment (e.g. OpenSUSE) make will export
the CONFIG_SITE set in include/package.mk by default. This will cause host
builds to get the target site configuration, leading to all kinds of weirdness
(wrong pointer size, wrong endianess).

Fix this by explicitly unexporting CONFIG_SITE. The explicit export for the
target builds overrides the unexport, so the target builds will still correctly
get the site config.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 44019
include/package.mk