[Buildroot] [PATCH] package/civetweb: fix linking failure due to wrong OpenSSL passed to pkg-config

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 10 11:43:09 UTC 2019


On Wed, 10 Apr 2019 12:37:46 +0200
Giulio Benetti <giulio.benetti at micronovasrl.com> wrote:

> On commit 027a8b29f1e62d5ff5bbb15b79376614f902a680 pkg-config has been
> added to retrieve OpenSSL dependencies, but it's been passed `libssl`
> instead of `openssl`, this makes fail some linking. Indeed we need
> OpenSSL dependency, so let's use `openssl` with pkg-config.
> 
> Substitute `libssl` with `openssl`.
> 
> Fixes:
> http://autobuild.buildroot.net/results/b22/b225425ee237852bd9fee4ca0b8d24f3e37d64f9/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti at micronovasrl.com>
> ---
>  package/civetweb/civetweb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list