aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2020-02-22 11:40:26 +0200
committerPetr Štetiar <ynezz@true.cz>2020-03-01 21:35:59 +0100
commit8ce359d6bbc018aaa331dc8d080542e9f7126aec (patch)
tree52e3cb1a85b90ee9d4b7c2b2ace231cb130f0333
parent1d4f2ca6105698fde3b997c32e7e41f080c79a15 (diff)
downloadupstream-8ce359d6bbc018aaa331dc8d080542e9f7126aec.tar.gz
upstream-8ce359d6bbc018aaa331dc8d080542e9f7126aec.tar.bz2
upstream-8ce359d6bbc018aaa331dc8d080542e9f7126aec.zip
libpcap: activate PIE ASLR by default
This activates PIE ASLR support by default when the regular option is selected. This is required to enable PIE ASLR support by default in ppp, as it fails to build without it, on x86/64. The .so file size stays identical. Suggested-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r--package/libs/libpcap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index 69af9d0700..1a2cdcdd98 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -19,6 +19,7 @@ PKG_HASH:=635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
CMAKE_INSTALL:=1
+PKG_ASLR_PIE_REGULAR:=1
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=BSD-3-Clause