pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptography
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 18 22:20:25 UTC 2023
Modified Files:
pkgsrc/security/py-cryptography: Makefile
Log Message:
py-cryptography: explicitly set OPENSSL_DIR to fix build on NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/security/py-cryptography/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/py-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.96 pkgsrc/security/py-cryptography/Makefile:1.97
--- pkgsrc/security/py-cryptography/Makefile:1.96 Tue Apr 18 17:16:21 2023
+++ pkgsrc/security/py-cryptography/Makefile Tue Apr 18 22:20:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2023/04/18 17:16:21 adam Exp $
+# $NetBSD: Makefile,v 1.97 2023/04/18 22:20:25 wiz Exp $
DISTNAME= cryptography-40.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -24,6 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
CARGO_WRKSRC= ${WRKSRC}/src/rust
USE_TOOLS+= pkg-config
MAKE_ENV+= CARGO_NET_OFFLINE=true
+MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index