pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RELRO_SUPPORTED default value (Re: ERROR: [...] missing RELRO



Probably wrong, but I'm tempted to add following line. 

Index: mk/defaults/mk.conf
===================================================================
RCS file: /cvsroot/pkgsrc/mk/defaults/mk.conf,v
retrieving revision 1.320
diff -u -r1.320 mk.conf
--- mk/defaults/mk.conf 27 Sep 2021 14:38:31 -0000      1.320
+++ mk/defaults/mk.conf 10 Oct 2021 13:12:37 -0000
@@ -272,6 +272,8 @@
 # Keywords: fortify FORTIFY_SOURCE
 
 PKGSRC_USE_RELRO?= full
+RELRO_SUPPORTED?=  full
+
 # Link with RELRO by default (on supported platforms). This makes the
 # exploitation of some security vulnerabilities more difficult in some cases.
 # Possible values:

-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html



Home | Main Index | Thread Index | Old Index