CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/02/01 07:34:58
Modified files:
security/py-cryptography: Makefile
Log message:
py-cryptography: link libcrypto and libssl dynamically, ok sthen
Setting OPENSSL_STATIC=0 short circuits the logic that assumes that
there are "libcrypto.so" and "libssl.so" files in /usr/lib and therefore
decides that we need to link statically.
