Files
MINGW-packages/mingw-w64-libgusb/fix-build.patch
2019-02-21 14:06:44 +03:00

15 lines
453 B
Diff

--- libgusb-0.3.0/meson.build.orig 2018-10-23 23:52:32.658156800 +0300
+++ libgusb-0.3.0/meson.build 2018-10-23 23:52:39.772563700 +0300
@@ -75,10 +75,7 @@
# enable full RELRO where possible
# FIXME: until https://github.com/mesonbuild/meson/issues/1140 is fixed
global_link_args = []
-test_link_args = [
- '-Wl,-z,relro',
- '-Wl,-z,now',
-]
+test_link_args = []
foreach arg: test_link_args
if cc.has_argument(arg)
global_link_args += arg