From 62ed553054c66b8a7f2728867f472cb4f496139a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 16 Sep 2009 03:19:39 +0000 Subject: Moved the libssh2 checks after the SSL library checks. This helps when statically linking since libssh2 needs the SSL library link flags to be set up already to satisfy its dependencies. This wouldn't be necessary if the libssh2 configure check was changed to use pkg-config since the --static flag would add the dependencies automatically. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7edb461c1..816505f02 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,13 @@ Changelog +Daniel Fandrich (15 Sep 2009) +- Moved the libssh2 checks after the SSL library checks. This helps when + statically linking since libssh2 needs the SSL library link flags to be + set up already to satisfy its dependencies. This wouldn't be necessary if + the libssh2 configure check was changed to use pkg-config since the + --static flag would add the dependencies automatically. + Yang Tse (14 Sep 2009) - Revert Joshua Kwan's patch committed 11 Sep 2009. -- cgit v1.2.3