summaryrefslogtreecommitdiff
path: root/net/proftpd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-09-19 17:36:25 +0000
committernia <nia@pkgsrc.org>2022-09-19 17:36:25 +0000
commit0c1a0105825e9e1d3e9379df1f7a8d7844d2127c (patch)
tree3c55ba3efbab2a6a1af297871de8f575a1e6f897 /net/proftpd
parentdfabc1abb48b56a179192a8ce6d97b0463411429 (diff)
downloadpkgsrc-0c1a0105825e9e1d3e9379df1f7a8d7844d2127c.tar.gz
proftpd: Apply CHECK_RELRO_SKIP when building modules to fix their build.
Diffstat (limited to 'net/proftpd')
-rw-r--r--net/proftpd/Makefile4
-rw-r--r--net/proftpd/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
index 519e8b5e190..ab5bf2dd6db 100644
--- a/net/proftpd/Makefile
+++ b/net/proftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2022/06/28 11:35:19 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2022/09/19 17:36:25 nia Exp $
#PKGREVISION= 2
PKGREVISION= 1
@@ -54,8 +54,6 @@ 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
diff --git a/net/proftpd/Makefile.common b/net/proftpd/Makefile.common
index 47baec365c7..436ded1ecc8 100644
--- a/net/proftpd/Makefile.common
+++ b/net/proftpd/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2021/10/16 19:46:41 tm Exp $
+# $NetBSD: Makefile.common,v 1.14 2022/09/19 17:36:25 nia Exp $
# used by net/proftpd/Makefile
# used by net/proftpd/Makefile.module
@@ -42,6 +42,7 @@ CFLAGS.SunOS+= -Du_int64_t=uint64_t -Du_int32_t=uint32_t -Du_int16_t=uint16_t -D
BUILD_DEFS+= VARBASE
CHECK_SHLIBS_SKIP= libexec/proftpd/*.a
+CHECK_RELRO_SKIP+= libexec/proftpd/*.a
CHECK_SSP_SKIP= ${CHECK_SHLIBS_SKIP}
pre-configure: