From 6802c5b784425fc90822d8fc94e857fd3d252ce5 Mon Sep 17 00:00:00 2001 From: xiteming Date: Tue, 22 Feb 2022 09:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpgoutput=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/storage/replication/pgoutput/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gausskernel/storage/replication/pgoutput/Makefile b/src/gausskernel/storage/replication/pgoutput/Makefile index 34d6abfbd..489f7048d 100644 --- a/src/gausskernel/storage/replication/pgoutput/Makefile +++ b/src/gausskernel/storage/replication/pgoutput/Makefile @@ -2,6 +2,7 @@ subdir = src/gausskernel/storage/replication/pgoutput top_builddir = ../../../../.. include $(top_builddir)/src/Makefile.global +override CPPFLAGS += $(filter-out -fstack-protector, $(CFLAGS)) -fstack-protector-all -Wl,-z,relro,-z,now -fPIC OBJS = \ $(WIN32RES) \ pgoutput.o