From ee5c520df6d4dfe05372a1096a311a8e8bb9987f Mon Sep 17 00:00:00 2001 From: liang_-123 Date: Wed, 19 May 2021 09:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Drelease=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=AF=91dblink=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/dblink/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile index b84dc2ecd..b6b31d56e 100644 --- a/contrib/dblink/Makefile +++ b/contrib/dblink/Makefile @@ -9,6 +9,9 @@ SHLIB_PREREQS = submake-libpq EXTENSION = dblink DATA = dblink--1.0.sql dblink--unpackaged--1.0.sql +exclude_option = -fPIE +override CPPFLAGS := $(filter-out $(exclude_option),$(CPPFLAGS)) + REGRESS = dblink # the db name is hard-coded in the tests