pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd-filter-dkimsign



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Sep  5 13:25:17 UTC 2023

Modified Files:
        pkgsrc/mail/opensmtpd-filter-dkimsign: Makefile

Log Message:
opensmtpd-filter-dkimsign: enable backward-compatibility for OpenBSD funcs on Linux.

Required for glibc < 2.24, which lacks reallocarray() and
explicit_bzero().


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile

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

Modified files:

Index: pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile
diff -u pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile:1.2 pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile:1.3
--- pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile:1.2  Mon Sep  4 05:46:29 2023
+++ pkgsrc/mail/opensmtpd-filter-dkimsign/Makefile      Tue Sep  5 13:25:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/09/04 05:46:29 vins Exp $
+# $NetBSD: Makefile,v 1.3 2023/09/05 13:25:17 vins Exp $
 
 DISTNAME=      filter-dkimsign-0.6
 PKGNAME=       ${DISTNAME:S|^|opensmtpd-|}
@@ -56,7 +56,8 @@ MAKE_ENV.Darwin+=     NEED_STRTONUM=1
 MAKE_ENV.Linux+=       NEED_STRLCAT=1
 MAKE_ENV.Linux+=       NEED_STRLCPY=1
 MAKE_ENV.Linux+=       NEED_STRTONUM=1
-
+MAKE_ENV.Linux+=       NEED_EXPLICIT_BZERO=1
+MAKE_ENV.Linux+=       NEED_REALLOCARRAY=1
 
 INSTALL_ENV=           INSTALL=${INSTALL:Q}
 INSTALLATION_DIRS+=    libexec/opensmtpd ${PKGMANDIR}/man8



Home | Main Index | Thread Index | Old Index