Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37708748
en ru br
Репозитории ALT

Группа :: Система/Серверы
Пакет: pipewire

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: pipewire-0.3.19-alt-rpath.patch
Скачать


--- meson.build	2021-01-05 19:48:09.000000000 +0300
+++ meson.build.rpath	2021-01-05 20:28:58.518661572 +0300
@@ -37,19 +37,7 @@
 pipewire_configdir = join_paths(pipewire_sysconfdir, 'pipewire')
 modules_install_dir = join_paths(pipewire_libdir, pipewire_name)
 
-if host_machine.system() == 'linux'
-  # glibc ld.so interprets ${LIB} in a library loading path with an
-  # appropriate value for the current architecture, typically something
-  # like lib, lib64 or lib/x86_64-linux-gnu.
-  # This allows the same pw-jack script to work for both 32- and 64-bit
-  # applications on biarch/multiarch distributions, by setting something
-  # like LD_LIBRARY_PATH='/usr/${LIB}/pipewire-0.3/jack'.
-  # Note that ${LIB} is a special token expanded by the runtime linker,
-  # not an environment variable, and must be passed through literally.
-  modules_install_dir_dlopen = join_paths(prefix, '${LIB}', pipewire_name)
-else
-  modules_install_dir_dlopen = modules_install_dir
-endif
+modules_install_dir_dlopen = modules_install_dir
 
 spa_plugindir = join_paths(pipewire_libdir, spa_name)
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin