pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/proftpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar  7 16:27:48 UTC 2022

Modified Files:
        pkgsrc/net/proftpd: Makefile

Log Message:
proftpd: Disable some overzealous RELRO checks


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/proftpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/proftpd/Makefile
diff -u pkgsrc/net/proftpd/Makefile:1.93 pkgsrc/net/proftpd/Makefile:1.94
--- pkgsrc/net/proftpd/Makefile:1.93    Sat Oct 16 19:46:41 2021
+++ pkgsrc/net/proftpd/Makefile Mon Mar  7 16:27:48 2022
@@ -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



Home | Main Index | Thread Index | Old Index