perfuse: mark as not RELRO safe.
This commit is contained in:
parent
98cd8ab0e5
commit
858bfd1b87
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2020/03/22 13:04:11 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2023/08/31 19:13:47 vins Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perfuse-20190222
|
||||
|
@ -17,6 +17,8 @@ CPPFLAGS+= -DPERFUSE_DEBUG -D_PATH_PERFUSED=\"${PREFIX}/sbin/perfused\"
|
|||
CPPFLAGS+= -D_KERNTYPES
|
||||
CFLAGS+= -g # ???
|
||||
|
||||
RELRO_SUPPORTED= no
|
||||
|
||||
INSTALLATION_DIRS= include lib sbin
|
||||
|
||||
# Uses <puffs.h>
|
||||
|
|
Loading…
Reference in a new issue