package/htpdate: fix build with static openssl
authorTitouan Christophe <titouan.christophe@railnova.eu>
Sat, 12 Sep 2020 15:05:27 +0000 (17:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 Sep 2020 19:39:31 +0000 (21:39 +0200)
commit87dd18da5444d43ef4771ade61d7f83b588ae5c8
tree17e2d9133efdc0f6c718fd335d059bb1460740e4
parentcae8be20edc59ab80fd97790e7015f5d8f7e556b
package/htpdate: fix build with static openssl

Depending on its build configuration, openssl might not be compiled with
dynamic zlib support, and programs that link against openssl need to link
against zlib as well.

This can be generally and easily handled using the pkg-config files
installed by openssl.

Fixes: http://autobuild.buildroot.net/results/ae9/ae946ca72238840b3eaa5fe823e8d620618f7462/
Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/htpdate/0001-Use-pkg-config-to-determine-openssl-LDFLAGS.patch [new file with mode: 0644]
package/htpdate/htpdate.mk