diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-21 08:44:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-21 08:44:50 +0000 |
commit | 2e312f4001c27e25bc432546aeb7a68c0b98cbe0 (patch) | |
tree | 988d44f3d3dd0adc383d94825eafb1487f950470 /0001-add-secure-compile-option-in-Makefile.patch | |
parent | e6b69cb13b95a6aa4fb51d2a0baa7ad1acc7ff58 (diff) |
automatic import of protobufopeneuler23.03openeuler22.09openeuler20.03
Diffstat (limited to '0001-add-secure-compile-option-in-Makefile.patch')
-rw-r--r-- | 0001-add-secure-compile-option-in-Makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/0001-add-secure-compile-option-in-Makefile.patch b/0001-add-secure-compile-option-in-Makefile.patch new file mode 100644 index 0000000..988ba43 --- /dev/null +++ b/0001-add-secure-compile-option-in-Makefile.patch @@ -0,0 +1,12 @@ +diff --git a/src/Makefile.am b/src/Makefile.am +index f1099d9..9b7053b 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -19,6 +19,7 @@ PTHREAD_DEF = + endif + + PROTOBUF_VERSION = 25:0:0 ++PROTOBUF_OPT_FLAG += -Wl,-z,now + + if GCC + # Turn on all warnings except for sign comparison (we ignore sign comparison |