| 12345678910111213141516171819202122232425 |
- --- elogind-255.22.orig/meson.build 2025-11-18 08:14:12.000000000 +0100
- +++ elogind-255.22/meson.build 2026-02-08 08:23:51.500175454 +0100
- @@ -496,11 +496,6 @@ possible_common_cc_flags = [
- '-fstack-protector',
- '-fstack-protector-strong',
- '-fstrict-flex-arrays=3',
- - '--param=ssp-buffer-size=4',
- -]
- -
- -possible_common_link_flags = [
- - '-fstack-protector',
- ]
-
- c_args = get_option('c_args')
- @@ -581,10 +576,6 @@ add_project_arguments(
- ),
- language : 'c')
-
- -add_project_link_arguments(
- - cc.get_supported_link_arguments(possible_common_link_flags),
- - language : 'c')
- -
- userspace_c_args += cc.get_supported_arguments(possible_cc_flags)
- userspace_c_ld_args += cc.get_supported_link_arguments(possible_link_flags)
-
|