audacity/mod-script-pipe-disable-rpath.patch
Marcus Meissner 4f14b5569e - Remove old Leap (15.3) workarounds
- Update audacity-no_buildstamp.patch and fix cmake params in spec file
- Update to 3.6.4
  * #7310 Fixed another crash when exiting Audacity. (Thanks, Joe Souza!)
  * #7312 Fixed projects not being compacted on close.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=230
2024-09-25 14:44:33 +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