2016-01-19 22:58:51 +00:00
|
|
|
add /usr/lib to default search path for the dynamic linker
|
|
|
|
|
|
|
|
--- a/Makeconfig
|
|
|
|
+++ b/Makeconfig
|
2016-02-17 08:44:49 +00:00
|
|
|
@@ -527,6 +527,9 @@ else
|
2016-01-19 22:58:51 +00:00
|
|
|
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)
|