From 7a0fd87a693f03d08ae40d7c9863ac64a2c44f1a Mon Sep 17 00:00:00 2001 From: zhangfanfan2 Date: Wed, 20 Apr 2022 09:24:42 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20rk3568=E6=94=AF=E6=8C=8164=E4=BD=8D?= =?UTF-8?q?=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close: #I53KTP Signed-off-by: zff --- porting/linux/user/ldso/dynlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting/linux/user/ldso/dynlink.c b/porting/linux/user/ldso/dynlink.c index 554e262f..c94ba9ec 100644 --- a/porting/linux/user/ldso/dynlink.c +++ b/porting/linux/user/ldso/dynlink.c @@ -1086,7 +1086,7 @@ static struct dso *load_library(const char *name, struct dso *needed_by) sys_path = ""; } } - if (!sys_path) sys_path = strdup("/lib:/usr/local/lib:/usr/lib"); + if (!sys_path) sys_path = strdup("/lib:/usr/local/lib:/usr/lib:/lib64"); fd = path_open(name, sys_path, buf, sizeof buf); } pathname = buf; -- GitLab