forked from huawei/openGauss-server
修复pgoutput安全编译选项
This commit is contained in:
parent
ab9db1b86b
commit
6802c5b784
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue