summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-03-07 16:27:48 +0000
committernia <nia@pkgsrc.org>2022-03-07 16:27:48 +0000
commitff90fd10df4eb67b9e42d7f33eb328540c4aec12 (patch)
tree81dfd4260df5c664f6d5db63bf7f7dac9e4e08be /net
parent95a963f8364f984d8123e8cb6dad2213e852a47e (diff)
downloadpkgsrc-ff90fd10df4eb67b9e42d7f33eb328540c4aec12.tar.gz
proftpd: Disable some overzealous RELRO checks
Diffstat (limited to 'net')
-rw-r--r--net/proftpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
index d9f6a59ed04..318e52d2d80 100644
--- a/net/proftpd/Makefile
+++ b/net/proftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2021/10/16 19:46:41 tm Exp $
+# $NetBSD: Makefile,v 1.94 2022/03/07 16:27:48 nia Exp $
#PKGREVISION= 2
.include "../../net/proftpd/Makefile.common"
@@ -53,6 +53,8 @@ INSTALLATION_DIRS+= lib/proftpd
INSTALLATION_DIRS+= share/doc/proftpd
INSTALLATION_DIRS+= share/examples/proftpd
+CHECK_RELRO_SKIP+= libexec/proftpd/*.a
+
post-install:
.for i in NEWS README.md README.LDAP README.modules
${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd