OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 add /usr/lib to default search path for the dynamic linker
2  
3 --- a/Makeconfig
4 +++ b/Makeconfig
3 office 5 @@ -571,6 +571,9 @@ else
1 office 6 default-rpath = $(libdir)
7 endif
8  
9 +# Add /usr/lib to default search path for the dynamic linker
10 +user-defined-trusted-dirs := /usr/lib
11 +
12 ifndef link-extra-libs
13 link-extra-libs = $(LDLIBS-$(@F))
14 link-extra-libs-static = $(link-extra-libs)