2014-02-24 15:35:07 +00:00
|
|
|
add /usr/lib to default search path for the dynamic linker
|
|
|
|
|
2015-03-12 19:50:57 +00:00
|
|
|
--- a/Makeconfig
|
|
|
|
+++ b/Makeconfig
|
2014-02-24 15:35:07 +00:00
|
|
|
@@ -501,6 +501,9 @@ else
|
|
|
|
default-rpath = $(libdir)
|
|
|
|
endif
|
|
|
|
|
|
|
|
+# Add /usr/lib to default search path for the dynamic linker
|
|
|
|
+user-defined-trusted-dirs := /usr/lib
|
|
|
|
+
|
|
|
|
ifndef link-extra-libs
|
|
|
|
link-extra-libs = $(LDLIBS-$(@F))
|
|
|
|
link-extra-libs-static = $(link-extra-libs)
|