From: Petr Štetiar Date: Thu, 9 Jan 2020 13:06:29 +0000 (+0100) Subject: odhcpd: activate PIE ASLR by default X-Git-Tag: v21.02.0-rc1~4071 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2b28358a371dc72a153e2937d47f8a9b9ad5007c;p=openwrt%2Fstaging%2Fchunkeey.git odhcpd: activate PIE ASLR by default This activates PIE ASLR support by default when the regular option is selected. Size increase on x86/64: odhcpd-ipv6only Installed-Size: 36821 -> 38216 Signed-off-by: Petr Štetiar --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 9994b6f6f6..3aaf70f289 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -21,6 +21,7 @@ PKG_LICENSE:=GPL-2.0 PKG_INSTALL:=1 PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_odhcpd_$(BUILD_VARIANT)_ext_cer_id +PKG_ASLR_PIE_REGULAR:=1 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk