pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/skey



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan 19 22:10:16 UTC 2022

Modified Files:
        pkgsrc/security/skey: Makefile

Log Message:
skey: fix building on Solaris 10

PR pkg/56636


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/skey/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/skey/Makefile
diff -u pkgsrc/security/skey/Makefile:1.37 pkgsrc/security/skey/Makefile:1.38
--- pkgsrc/security/skey/Makefile:1.37  Mon May 24 19:54:06 2021
+++ pkgsrc/security/skey/Makefile       Wed Jan 19 22:10:16 2022
@@ -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 @@ INSTALLATION_DIRS=    bin include lib ${PKG
 
 # 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