Author: Gábor Németh <homar@riseup.net>
Subject: Clean RPATHs
Forwarded: not-needed

Do not include RPATHs in built binaries.
--- a/meson.build
+++ b/meson.build
@@ -15,7 +15,7 @@
 )
 bitwuzla_lib_soversion = 0
 
-install_rpath = join_paths(get_option('prefix'), get_option('libdir'))
+install_rpath = ''
 
 # Build parameters
 enable_python = get_option('python')
