package/civetweb: fix linking failure caused by wrong argument passed to pkg-config
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Wed, 10 Apr 2019 10:37:46 +0000 (12:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Apr 2019 11:42:33 +0000 (13:42 +0200)
commite38641851a1bc334e6fb0a019ccf3af91098182f
tree8875dd0fed024a25443a7f5c26a865c0be3db189
parentd8ba5343e6d900b2e7c173996d984f8324b39b75
package/civetweb: fix linking failure caused by wrong argument passed to pkg-config

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/b225425ee237852bd9fee4ca0b8d24f3e37d64f9/

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/civetweb/civetweb.mk