[OpenWrt-Devel] [PATCH] [make] Strip leading and trailing colons in LD_LIBRARY_PATH.

2013-07-17 Thread Yousong Zhou
Empty path denoted by leading or trailing colons also specify current directory when searching for libraries, which should be avoided. Otherwise make install_runtime for uClibc cannot work right. Cases that pathes may contain space or colon characters are handled by this patch. Signed-off-by:

Re: [OpenWrt-Devel] [PATCH] [make] Strip leading and trailing colons in LD_LIBRARY_PATH.

2013-07-17 Thread Yousong Zhou
On Thu, Jul 18, 2013 at 11:12:46AM +0800, Yousong Zhou wrote: Empty path denoted by leading or trailing colons also specify current directory when searching for libraries, which should be avoided. Otherwise make install_runtime for uClibc cannot work right. Cases that pathes may contain