Merge pull request #16444 from paper42/postgresql-fix-hardening

[19.07] postgresql: disable PIC
This commit is contained in:
Rosen Penev 2021-08-24 19:04:13 -07:00 committed by GitHub
commit 844cde96b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ PKG_FIXUP:=autoreconf
PKG_MACRO_PATHS:=config
PKG_BUILD_DEPENDS:=postgresql/host
PKG_INSTALL:=1
PKG_ASLR_PIE:=0
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk