summaryrefslogtreecommitdiff
path: root/0002-add-secure-compile-fs-check-in-Makefile.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-22 13:00:09 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-22 13:00:09 +0000
commit6fa053b2c6f423ca2cbbba9784a84f976c1886a4 (patch)
tree173f88d71d210bb772688f1f09a7cae5c8ad12aa /0002-add-secure-compile-fs-check-in-Makefile.patch
parent62193eb291a15f336c66a3e3eb1f95b94fc0d022 (diff)
automatic import of protobufopeneuler22.03_LTS_SP4
Diffstat (limited to '0002-add-secure-compile-fs-check-in-Makefile.patch')
-rw-r--r--0002-add-secure-compile-fs-check-in-Makefile.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0002-add-secure-compile-fs-check-in-Makefile.patch b/0002-add-secure-compile-fs-check-in-Makefile.patch
deleted file mode 100644
index 9a5ff52..0000000
--- a/0002-add-secure-compile-fs-check-in-Makefile.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From dddceb14106499f9fca17e75cdce458a205b102c Mon Sep 17 00:00:00 2001
-From: haozi007 <liuhao27@huawei.com>
-Date: Sat, 20 Feb 2021 16:52:15 +0800
-Subject: [PATCH] add secure compile fs check in Makefile
-
-Signed-off-by: haozi007 <liuhao27@huawei.com>
----
- src/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 9b7053b..e447b05 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -19,7 +19,7 @@ PTHREAD_DEF =
- endif
-
- PROTOBUF_VERSION = 25:0:0
--PROTOBUF_OPT_FLAG += -Wl,-z,now
-+PROTOBUF_OPT_FLAG += -Wl,-z,now -fstack-check
-
- if GCC
- # Turn on all warnings except for sign comparison (we ignore sign comparison
---
-2.25.1
-