mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
prevent distro default LPATH from interfering
Attach patch unsets LPATH flag (found configured in some custom host distributions) to make OpenWRT compile its toolchain without any issues. LPATH is used on some distros to define the linkers search path. Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31203
This commit is contained in:
parent
6940ba2a1a
commit
e8c19a56db
@ -33,6 +33,9 @@ unexport QUILT_PATCHES QUILT_PATCH_OPTS
|
|||||||
|
|
||||||
unexport C_INCLUDE_PATH
|
unexport C_INCLUDE_PATH
|
||||||
|
|
||||||
|
# prevent distro default LPATH from interfering
|
||||||
|
unexport LPATH
|
||||||
|
|
||||||
# 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