[Buildroot] [PATCH 1/2] package/poppler: fix libcurl support

Olivier Schonken olivier.schonken at gmail.com
Mon Sep 18 07:55:20 UTC 2017


Acked-by: Olivier Schonken <olivier.schonken at gmail.com>

On 17 September 2017 at 20:28, Bernd Kuhls <bernd.kuhls at t-online.de> wrote:

> BR2_PACKAGE_POPPLER_LIBCURL is not defined in poppler/Config.in.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> ---
>  package/poppler/poppler.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
> index 6796437776..1beb75a6a3 100644
> --- a/package/poppler/poppler.mk
> +++ b/package/poppler/poppler.mk
> @@ -66,7 +66,7 @@ else
>  POPPLER_CONF_OPTS += --disable-zlib
>  endif
>
> -ifeq ($(BR2_PACKAGE_POPPLER_LIBCURL),y)
> +ifeq ($(BR2_PACKAGE_LIBCURL),y)
>  POPPLER_CONF_OPTS += --enable-libcurl
>  POPPLER_DEPENDENCIES += libcurl
>  else
> --
> 2.11.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170918/b5343319/attachment-0002.html>


More information about the buildroot mailing list