diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-22 13:00:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-22 13:00:09 +0000 |
commit | 6fa053b2c6f423ca2cbbba9784a84f976c1886a4 (patch) | |
tree | 173f88d71d210bb772688f1f09a7cae5c8ad12aa /0001-add-secure-compile-option-in-Makefile.patch | |
parent | 62193eb291a15f336c66a3e3eb1f95b94fc0d022 (diff) |
automatic import of protobufopeneuler22.03_LTS_SP4
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, 0 insertions, 12 deletions
diff --git a/0001-add-secure-compile-option-in-Makefile.patch b/0001-add-secure-compile-option-in-Makefile.patch deleted file mode 100644 index 988ba43..0000000 --- a/0001-add-secure-compile-option-in-Makefile.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |