pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/proftpd proftpd: Apply CHECK_RELRO_SKIP when build...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ea872203f5a
branches: trunk
changeset: 385573:7ea872203f5a
user: nia <nia%pkgsrc.org@localhost>
date: Mon Sep 19 17:36:25 2022 +0000
description:
proftpd: Apply CHECK_RELRO_SKIP when building modules to fix their build.
diffstat:
net/proftpd/Makefile | 4 +---
net/proftpd/Makefile.common | 3 ++-
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 098656924d9d -r 7ea872203f5a net/proftpd/Makefile
--- a/net/proftpd/Makefile Mon Sep 19 17:29:22 2022 +0000
+++ b/net/proftpd/Makefile Mon Sep 19 17:36:25 2022 +0000
@@ -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+= 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 -r 098656924d9d -r 7ea872203f5a net/proftpd/Makefile.common
--- a/net/proftpd/Makefile.common Mon Sep 19 17:29:22 2022 +0000
+++ b/net/proftpd/Makefile.common Mon Sep 19 17:36:25 2022 +0000
@@ -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 @@
BUILD_DEFS+= VARBASE
CHECK_SHLIBS_SKIP= libexec/proftpd/*.a
+CHECK_RELRO_SKIP+= libexec/proftpd/*.a
CHECK_SSP_SKIP= ${CHECK_SHLIBS_SKIP}
pre-configure:
Home |
Main Index |
Thread Index |
Old Index