1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/libssh2
Roman Bogorodskiy 66e4a27d1d 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
2020-08-08 05:17:01 +00:00
..
distinfo - Update to 1.9.0 2020-07-11 18:03:28 +00:00
Makefile security/libssh2: fix the GCRYPT option 2020-08-08 05:17:01 +00:00
pkg-descr
pkg-plist security/libssh2: fix build on GCC architectures and check-plist 2020-07-14 15:29:52 +00:00