diff options
Diffstat (limited to 'net/proftpd')
-rw-r--r-- | net/proftpd/Makefile | 4 | ||||
-rw-r--r-- | net/proftpd/Makefile.common | 3 |
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: |