diff options
| author | Petr Štetiar | 2020-01-09 13:06:29 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2020-01-13 23:06:40 +0000 |
| commit | 2b28358a371dc72a153e2937d47f8a9b9ad5007c (patch) | |
| tree | 815328356ae51dec2ad31d6db594637a56f1b938 | |
| parent | 9c628cc76c1e3163b2666206cc35f673ee23ef1d (diff) | |
| download | openwrt-2b28358a371dc72a153e2937d47f8a9b9ad5007c.tar.gz | |
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 <ynezz@true.cz>
| -rw-r--r-- | package/network/services/odhcpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |