blob: 15106541ca51fc55399257ddee8a08f12f38e66f [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001add /usr/lib to default search path for the dynamic linker
2
3--- a/Makeconfig
4+++ b/Makeconfig
5@@ -632,6 +632,9 @@ else
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)