From: nbd Date: Mon, 5 Mar 2012 21:39:07 +0000 (+0000) Subject: build: unexport C_INCLUDE_PATH to prevent user settings from interfering with the... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=006eabc1e4474478e9b175a11c49ca446b02b420;p=openwrt.git build: unexport C_INCLUDE_PATH to prevent user settings from interfering with the build (fixes #9865) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index d2c8e5eb0c..4c9b85c211 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -31,6 +31,8 @@ unexport P4PORT P4USER P4CONFIG P4CLIENT # prevent user defaults for quilt from interfering unexport QUILT_PATCHES QUILT_PATCH_OPTS +unexport C_INCLUDE_PATH + # make sure that a predefined CFLAGS variable does not disturb packages export CFLAGS=