From: Felix Fietkau 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://git.lede-project.org./?a=commitdiff_plain;h=b949cea75c169d0edbaa3fd955739b3a23df014c;p=openwrt%2Fsvn-archive%2Farchive.git build: unexport C_INCLUDE_PATH to prevent user settings from interfering with the build (fixes #9865) SVN-Revision: 30830 --- 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=