forked from pool/tpm2.0-tools
Marcus Meissner
3e796b468b
do not use -Wstack-protector as it warns also for non-utilized functions and then -Werror fails. OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=17
15 lines
515 B
Diff
15 lines
515 B
Diff
--- tpm2.0-tools-2.0.0/configure.ac.fix 2017-06-02 09:15:49.118425187 +0200
|
|
+++ tpm2.0-tools-2.0.0/configure.ac 2017-06-02 09:15:59.698416673 +0200
|
|
@@ -100,11 +100,9 @@
|
|
|
|
add_hardened_c_flag([-Wformat])
|
|
add_hardened_c_flag([-Wformat-security])
|
|
- add_hardened_c_flag([-Wstack-protector])
|
|
add_hardened_c_flag([-fstack-protector-all])
|
|
|
|
add_hardened_define_flag([-D_FORTIFY_SOURCE=2])
|
|
- add_hardened_define_flag([-U_FORTIFY_SOURCE])
|
|
|
|
add_hardened_c_flag([-fPIC])
|
|
add_hardened_ld_flag([[-shared]])
|