projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b28358
)
rpcd: activate PIE ASLR by default
author
Petr Štetiar
<ynezz@true.cz>
Thu, 9 Jan 2020 13:09:44 +0000
(14:09 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 13 Jan 2020 23:06:44 +0000
(
00:06
+0100)
This activates PIE ASLR support by default when the regular option is
selected.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/system/rpcd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/rpcd/Makefile
b/package/system/rpcd/Makefile
index fb0d040b0b30e5784b979f5dc0758433b9783ac3..3e85f0ce111fc2d8e91cbf96cb24dc212634c207 100644
(file)
--- a/
package/system/rpcd/Makefile
+++ b/
package/system/rpcd/Makefile
@@
-21,6
+21,7
@@
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=
PKG_BUILD_PARALLEL:=1
+PKG_ASLR_PIE_REGULAR:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk