[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix build warnings on Windows, if building without OpenSSL

From: Stefan Hett <stefan_at_egosoft.com>
Date: Mon, 20 Jul 2015 13:57:03 +0200

Hi,

the following patch was suggested by philipm on IRC. I've tested it and
it resolved the problem I had when building trunk:
"Warning: Using undeclared dependency '$(SVN_OPENSSL_LIBS'."

[[[
Following up on r1504208, add openSSL to the list of optional libraries to
properly surpress gen-make warnings on Windows when generating the project
files without openSSL support.
(patch suggested by philipm)

* build/generator/gen_win_dependencies.py
   (): Add openssl to _optional_libraries array.
]]]

I assume the patch should also be considered for backporting to 1.9
(same issue present there).
I didn't test 1.8 or 1.7 but looking at the code suggests it's not an
issue there since the patch which promoted openssl to a proper
dependency library was added post 1.8.

Regards,
Stefan

Received on 2015-07-20 13:57:28 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.