From 1d2577357ee704da2d6d7c7da119ad82ba8ca172 Mon Sep 17 00:00:00 2001 From: Alex Ameen Date: Sun, 8 May 2022 21:46:30 -0500 Subject: libtool: permit compiler libs in shlibs --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 79a2451e..ab5af335 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -7554,7 +7554,7 @@ if AC_TRY_EVAL(ac_compile); then for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in - -L* | -R* | -l*) + -L* | -R* | -l* | */clang_rt*.a) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || -- cgit v1.2.1