]> Git Repo - buildroot-mgba.git/commit
libcurl: add brotli optional dependency
authorBaruch Siach <[email protected]>
Mon, 2 Apr 2018 21:41:44 +0000 (00:41 +0300)
committerPeter Korsgaard <[email protected]>
Mon, 2 Apr 2018 22:28:45 +0000 (00:28 +0200)
commite7d658e0291b78553bf4eca704f0d0202bcf031f
tree68d8547518b398ce3a207458590990a1e15407e3
parentf26c0c62ba9cd5036af665b6c412b7123948758c
libcurl: add brotli optional dependency

The brotli package has recently been added to Buildroot. Add brotli an
an optional dependency to libcurl to make the build consistent.

It turns out that libcurl configure script uses pkg-config to figure
out link libraries only when --with-brotli is explicitly set. So this
also fixes static build failure.

Fixes:
http://autobuild.buildroot.net/results/64b/64bc0dfe284206390ae0680b94c0876863a3c0f3/
http://autobuild.buildroot.net/results/233/23376d8653dea6361e42b0f17b6aaab3c14d99cf/
http://autobuild.buildroot.net/results/b19/b198db4b69e18e6d01ec95aae9c6096c1912dd9c/

Cc: Adrian Perez de Castro <[email protected]>
Cc: Matt Weber <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Matt Weber <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/libcurl/libcurl.mk
This page took 0.03257 seconds and 4 git commands to generate.