Browse Source

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 <[email protected]>
Petr Štetiar 6 years ago
parent
commit
2b28358a37
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/network/services/odhcpd/Makefile

+ 1 - 0
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