Merge pull request #16444 from paper42/postgresql-fix-hardening
[19.07] postgresql: disable PIC
This commit is contained in:
commit
844cde96b8
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ PKG_FIXUP:=autoreconf
|
||||||
PKG_MACRO_PATHS:=config
|
PKG_MACRO_PATHS:=config
|
||||||
PKG_BUILD_DEPENDS:=postgresql/host
|
PKG_BUILD_DEPENDS:=postgresql/host
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_ASLR_PIE:=0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
Loading…
Reference in a new issue