aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ardour/always-link-execinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ardour/always-link-execinfo.patch')
-rw-r--r--testing/ardour/always-link-execinfo.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/ardour/always-link-execinfo.patch b/testing/ardour/always-link-execinfo.patch
deleted file mode 100644
index 02d2dc080da..00000000000
--- a/testing/ardour/always-link-execinfo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream: not yet, need proper alternative.
---- a/libs/pbd/wscript 2020-05-27 15:46:59.641983074 +0200
-+++ b/libs/pbd/wscript 2020-05-27 15:47:08.208661970 +0200
-@@ -181,8 +181,7 @@
- obj.install_path = bld.env['LIBDIR']
- obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
-
-- if sys.platform.startswith('netbsd'):
-- obj.linkflags = '-lexecinfo'
-+ obj.ldflags = '-lexecinfo'
-
- if bld.env['build_target'] == 'x86_64':
- obj.defines += [ 'USE_X86_64_ASM' ]