From: Petr Štetiar Date: Thu, 9 Jan 2020 13:04:39 +0000 (+0100) Subject: ubus: activate PIE ASLR by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d38dd6e1ef2d48ce0a30c1c41cbff388e7903cc4;p=openwrt%2Fstaging%2Flynxis.git ubus: activate PIE ASLR by default This activates PIE ASLR support by default when the regular option is selected. Size increase on x86/64: ubus Installed-Size: 5602 -> 5950 ubusd Installed-Size: 11643 -> 12119 Signed-off-by: Petr Štetiar --- diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index aadef43af1..ab2cdbd99a 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -12,9 +12,10 @@ CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:= - PKG_MAINTAINER:=Felix Fietkau +PKG_ASLR_PIE_REGULAR:=1 + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk