Files
macports-ports/sysutils/libvirt/files/patch-fix-linking.diff
Ryan Carsten Schmidt d822e8b7fc libvirt: Update to 11.0.0
2025-01-24 21:27:14 -06:00

12 lines
323 B
Diff

--- meson.build.orig 2025-01-15 02:06:33.000000000 -0600
+++ meson.build 2025-01-24 21:25:10.000000000 -0600
@@ -269,8 +269,6 @@
array_bounds = get_option('b_sanitize') == 'none' ? 2 : 1
cc_flags += [
- '-fasynchronous-unwind-tables',
- '-fexceptions',
'-fipa-pure-const',
'-fno-common',
'-Wabsolute-value',