SHA256
1
0
forked from pool/audacity
audacity/mod-script-pipe-disable-rpath.patch
Takashi Iwai 0640adec67 Accepting request 1188974 from home:kill_it:branches:multimedia:apps
- Update to 3.6.1
  This is a hotfix release. It fixes the following bugs:
  * #6889 Fixed a crash when exporting multichannel audio.
  * #6882 Fixed a crash when pasting mono clips into stereo tracks.
  * #4763 (Accessibility) Made more values available when using the
           plain UI of plugins. (Thanks, David Bailes!)
  * #6855 Prevented incompatible versions from opening projects
          created in 3.6.x.
  * #6892 Fixed the dark theme sometimes having white corners in buttons.

OBS-URL: https://build.opensuse.org/request/show/1188974
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=224
2024-07-23 08:39:03 +00:00

10 lines
319 B
Diff

diff --git a/modules/mod-script-pipe/CMakeLists.txt b/modules/mod-script-pipe/CMakeLists.txt
index 5ee1862..feeb7b8 100644
--- a/modules/mod-script-pipe/CMakeLists.txt
+++ b/modules/mod-script-pipe/CMakeLists.txt
@@ -1,3 +1,4 @@
+set(CMAKE_SKIP_BUILD_RPATH ON)
set( SOURCES
PipeServer.cpp
ScripterCallback.cpp