libwebsock: Fix openssl reporting in header
authorClayton Shotwell <clayton.shotwell@rockwellcollins.com>
Fri, 25 Jan 2019 20:35:04 +0000 (14:35 -0600)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 25 Jan 2019 23:51:26 +0000 (00:51 +0100)
commitf6843a75fe9325832b3c2d50685e3f75ed311c75
tree198334a9b985cbd99ff10e1bbd82daa756eaafe3
parent252b2085a18ae171b4e0aff4b71709354d5bce91
libwebsock: Fix openssl reporting in header

The websock_config.h file currently ends up being installed into the
sysroot with a #include "config.h" line but the config.h file does not
get copied into the sysroot. Refactoring the original patch to have the
configure script properly report whether or not SSL support is enabled
without using the config.h file.

Patch has been submitted upstream but may never be merged since upstream
appears to be dead.
https://github.com/payden/libwebsock/pull/38

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libwebsock/0002-fix-ssl.patch