mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-08 17:33:07 +01:00
12 lines
452 B
Diff
12 lines
452 B
Diff
--- a/m4/ax_llvm.m4
|
|
+++ b/m4/ax_llvm.m4
|
|
@@ -67,8 +67,7 @@ AC_DEFUN([AX_LLVM],
|
|
-ldl -lpthread -ltinfo"
|
|
elif test "x$shared_mode" = "xshared"; then
|
|
rpath="$($ac_llvm_config_path --libdir)"
|
|
- LLVM_LDFLAGS="-Wl,-rpath $rpath \
|
|
- $($ac_llvm_config_path --ldflags)"
|
|
+ LLVM_LDFLAGS="$($ac_llvm_config_path --ldflags)"
|
|
LLVM_LIBS="$($ac_llvm_config_path --libs $1)"
|
|
fi
|
|
|