build: ASLR hardening use $(FPIC)
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
900d86766b
commit
89b59994eb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ifdef CONFIG_PKG_CHECK_FORMAT_SECURITY
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_PKG_ASLR_PIE
|
ifdef CONFIG_PKG_ASLR_PIE
|
||||||
ifeq ($(strip $(PKG_ASLR_PIE)),1)
|
ifeq ($(strip $(PKG_ASLR_PIE)),1)
|
||||||
TARGET_CFLAGS += -fPIC
|
TARGET_CFLAGS += $(FPIC)
|
||||||
TARGET_LDFLAGS += -specs=$(INCLUDE_DIR)/hardened-ld-pie.specs
|
TARGET_LDFLAGS += -specs=$(INCLUDE_DIR)/hardened-ld-pie.specs
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue