From b8cad780da77b7cf3aae1b660be3298b7fc48d1e Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Fri, 31 May 2024 17:56:09 +0300 Subject: [PATCH] ltmain.in: Additional sysroot to prepend to libdir Addition to commit 3221f9f0fb98d5740ab5d0e8db6a731302520644. --- build-aux/ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 447854033..abb7b0c70 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -6493,7 +6493,7 @@ func_mode_link () test no = "$hardcode_direct_absolute"; then add=$libdir/$linklib elif test yes = "$hardcode_minus_L"; then - add_dir=-L$libdir + add_dir=-L$lt_sysroot$libdir add=-l$name elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in -- 2.47.2