pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/skey skey: fix building on Solaris 10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/481292e00e60
branches:  trunk
changeset: 372126:481292e00e60
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 19 22:10:16 2022 +0000

description:
skey: fix building on Solaris 10

PR pkg/56636

diffstat:

 security/skey/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 985ccbd9bb3a -r 481292e00e60 security/skey/Makefile
--- a/security/skey/Makefile    Wed Jan 19 22:09:00 2022 +0000
+++ b/security/skey/Makefile    Wed Jan 19 22:10:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/05/24 19:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/01/19 22:10:16 nia Exp $
 #
 
 DISTNAME=              skey-1.1.5
@@ -25,6 +25,7 @@
 
 # PR#40434
 CONFIGURE_ENV.SunOS+=          ac_cv_header_md4_h=no
+CONFIGURE_ENV.SunOS+=          ac_cv_header_md5_h=no
 CONFIGURE_ENV.SunOS+=          ac_cv_header_sha1_h=no
 BUILDLINK_TRANSFORM.SunOS+=    l:crypt:md5:crypt
 



Home | Main Index | Thread Index | Old Index