diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-08-08 05:17:01 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-08-08 05:17:01 +0000 |
commit | 66e4a27d1d80951ed9c7f7e461e52ac120349a3f (patch) | |
tree | 99456afdb1c7bee50d3abd934f251a13f2d1aa37 /databases/py-mysql-connector-python/pkg-descr | |
parent | misc/osinfo-db: update to 20200804 (diff) |
security/libssh2: fix the GCRYPT option
The port uses the old crypto configure flags:
--with-libgcrypt and --with-openssl. These flags
are no longer supported.
Besides from the obvious effect of the actual port configuration
not matching user intent, it also produces incorrect pkg-config
file for the given set of dependencies, and other ports that
depend on libssh2 fail when it's configured with GCRYPT=on.
Fix by using the proper configure arguments:
--with-crypto=libgcrypt and --with-crypto=openssl.
PR: 248164
Submitted by: dgilbert@eicat.ca (bug report), James French (patch)
Approved by: maintainer timeout
Diffstat (limited to 'databases/py-mysql-connector-python/pkg-descr')
0 files changed, 0 insertions, 0 deletions