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:   tnn
Date:           Thu Apr 20 10:43:16 UTC 2023

Modified Files:
        pkgsrc/security/py-cryptography: Makefile

Log Message:
py-cryptography: fix openssl rpath for rust code


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 pkgsrc/security/py-cryptography/Makefile:1.98
--- pkgsrc/security/py-cryptography/Makefile:1.97       Tue Apr 18 22:20:25 2023
+++ pkgsrc/security/py-cryptography/Makefile    Thu Apr 20 10:43:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2023/04/18 22:20:25 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2023/04/20 10:43:16 tnn Exp $
 
 DISTNAME=      cryptography-40.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,6 +25,7 @@ CARGO_WRKSRC= ${WRKSRC}/src/rust
 USE_TOOLS+=    pkg-config
 MAKE_ENV+=     CARGO_NET_OFFLINE=true
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}
+RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index