pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openpam



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jul 15 19:35:04 UTC 2020

Modified Files:
        pkgsrc/security/openpam: Makefile

Log Message:
Strip -lcrypt on macOS, which (at least in recent versions) doesn't have it.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/openpam/Makefile

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

Modified files:

Index: pkgsrc/security/openpam/Makefile
diff -u pkgsrc/security/openpam/Makefile:1.33 pkgsrc/security/openpam/Makefile:1.34
--- pkgsrc/security/openpam/Makefile:1.33       Wed Mar 18 12:20:45 2020
+++ pkgsrc/security/openpam/Makefile    Wed Jul 15 19:35:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/03/18 12:20:45 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2020/07/15 19:35:04 schmonz Exp $
 
 DISTNAME=      openpam-20190224
 PKGREVISION=   1
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+=      --with-modules-dir=${PR
 
 CPPFLAGS+=             -DSYSCONFDIR=\"${PKG_SYSCONFDIR}\"
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-lcrypt
+
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
 CONF_FILES+=           ${EGDIR}/pam.d/other ${PKG_SYSCONFDIR}/pam.d/other
 CONF_FILES+=           ${EGDIR}/pam.d/sudo ${PKG_SYSCONFDIR}/pam.d/sudo



Home | Main Index | Thread Index | Old Index