projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c628cc
)
odhcpd: activate PIE ASLR by default
author
Petr Štetiar
<ynezz@true.cz>
Thu, 9 Jan 2020 13:06:29 +0000
(14:06 +0100)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index 9994b6f6f6d3e2c0db5f5491ab6ffcc21c70d65d..3aaf70f28940eacdc8d0775127e175824eef5cf1 100644
(file)
--- 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