mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 20:30:37 +02:00
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
This commit is contained in:
parent
ed500e56a7
commit
006eabc1e4
@ -31,6 +31,8 @@ unexport P4PORT P4USER P4CONFIG P4CLIENT
|
|||||||
# prevent user defaults for quilt from interfering
|
# prevent user defaults for quilt from interfering
|
||||||
unexport QUILT_PATCHES QUILT_PATCH_OPTS
|
unexport QUILT_PATCHES QUILT_PATCH_OPTS
|
||||||
|
|
||||||
|
unexport C_INCLUDE_PATH
|
||||||
|
|
||||||
# make sure that a predefined CFLAGS variable does not disturb packages
|
# make sure that a predefined CFLAGS variable does not disturb packages
|
||||||
export CFLAGS=
|
export CFLAGS=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user