84a2b56c53
* This release contains bug-fixes for the LLVM 19.1.0 release. This release is API and ABI compatible with 19.1.0. - Rebase llvm-do-not-install-static-libraries.patch. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm19?expand=0&rev=15
16 lines
583 B
Diff
16 lines
583 B
Diff
--- a/libcxx/test/configs/llvm-libc++-shared.cfg.in
|
|
+++ b/libcxx/test/configs/llvm-libc++-shared.cfg.in
|
|
@@ -9,10 +9,10 @@ config.substitutions.append(('%{compile_flags}',
|
|
'-nostdinc++ -I %{target-include-dir} -I %{include-dir} -I %{libcxx-dir}/test/support'
|
|
))
|
|
config.substitutions.append(('%{link_flags}',
|
|
- '-nostdlib++ -L %{lib-dir} -Wl,-rpath,%{lib-dir} -lc++'
|
|
+ '-nostdlib++ -L %{lib-dir} -lc++'
|
|
))
|
|
config.substitutions.append(('%{exec}',
|
|
- '%{executor} --execdir %T -- '
|
|
+ '%{executor} --execdir %T --env LD_LIBRARY_PATH=%{lib} -- '
|
|
))
|
|
|
|
import os, site
|