From: Petr Štetiar Date: Thu, 20 Feb 2020 09:46:49 +0000 (+0100) Subject: ppp: activate PIE ASLR by default X-Git-Tag: v21.02.0-rc1~3651 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2c3c83e40bf102ee25b352298d54fc0f86372e4f;hp=8ce359d6bbc018aaa331dc8d080542e9f7126aec;p=openwrt%2Fopenwrt.git ppp: activate PIE ASLR by default This activates PIE ASLR support by default when the regular option is selected. Size increase on imx6: 112681 ppp_2.4.8-2_arm_cortex-a9_neon.ipk 121879 ppp_2.4.8-2_arm_cortex-a9_neon.ipk = 9198 diff Acked-by: Alexander Couzens Signed-off-by: Petr Štetiar --- diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index b43a40bdce..9e42cb7437 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -24,6 +24,7 @@ PKG_VERSION:=$(PKG_RELEASE_VERSION) PKG_BUILD_DEPENDS:=libpcap +PKG_ASLR_PIE_REGULAR:=1 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1