1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/testing/ardour/disable-backtrace.patch
David Demelier 659034112d testing/ardour: fix crash when exporting
While here add some missing configure options related to privacy and
optimizations.
2020-06-13 08:58:28 +00:00

13 lines
705 B
Diff

Disable use of execinfo backtrace because it causes a crash.
Upstream bug report: https://tracker.ardour.org/view.php?id=8211
--- a/libs/pbd/wscript 2020-06-10 14:33:53.822160367 +0200
+++ b/libs/pbd/wscript 2020-06-10 14:34:03.742215341 +0200
@@ -109,7 +109,6 @@
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.32.0', mandatory=True)
autowaf.check_pkg(conf, 'giomm-2.4', uselib_store='GIOMM', atleast_version='2.2', mandatory=True)
- conf.check(header_name='execinfo.h', define_name='HAVE_EXECINFO',mandatory=False)
conf.check(header_name='unistd.h', define_name='HAVE_UNISTD',mandatory=False)
if not Options.options.ppc:
conf.check_cc(