[Buildroot] [git commit] package/poppler: fix libcurl support

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Sep 19 20:06:15 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=ec574bb3e99d3d6eb82c8224402b8ad72c0d4fe2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

BR2_PACKAGE_POPPLER_LIBCURL is not defined in poppler/Config.in.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Acked-by: Olivier Schonken <olivier.schonken at gmail.com>
Signed-off-by: Bernd Kuhls <<a href="mailto:bernd.kuhls at t-online.de">bernd.kuhls at t-online.de</a>><br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 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 6796437..1beb75a 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


More information about the buildroot mailing list