[include] prevent distro default LPATH from interfering
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Apr 2012 14:33:03 +0000 (14:33 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Apr 2012 14:33:03 +0000 (14:33 +0000)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31203 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/toplevel.mk

index 4c9b85c..9a60139 100644 (file)
@@ -33,6 +33,9 @@ unexport QUILT_PATCHES QUILT_PATCH_OPTS
 
 unexport C_INCLUDE_PATH
 
+# prevent distro default LPATH from interfering
+unexport LPATH
+
 # make sure that a predefined CFLAGS variable does not disturb packages
 export CFLAGS=
 
This page took 0.023599 seconds and 4 git commands to generate.