odhcpd: activate PIE ASLR by default
authorPetr Štetiar <ynezz@true.cz>
Thu, 9 Jan 2020 13:06:29 +0000 (14:06 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 13 Jan 2020 23:06:40 +0000 (00:06 +0100)
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 <ynezz@true.cz>
package/network/services/odhcpd/Makefile

index 9994b6f6f6d3e2c0db5f5491ab6ffcc21c70d65d..3aaf70f28940eacdc8d0775127e175824eef5cf1 100644 (file)
@@ -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