|
@@ -76,6 +76,13 @@ else
|
|
LIBCURL_CONF_OPTS += --without-libssh2
|
|
LIBCURL_CONF_OPTS += --without-libssh2
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_BROTLI),y)
|
|
|
|
+LIBCURL_DEPENDENCIES += brotli
|
|
|
|
+LIBCURL_CONF_OPTS += --with-brotli
|
|
|
|
+else
|
|
|
|
+LIBCURL_CONF_OPTS += --without-brotli
|
|
|
|
+endif
|
|
|
|
+
|
|
define LIBCURL_FIX_DOT_PC
|
|
define LIBCURL_FIX_DOT_PC
|
|
printf 'Requires: openssl\n' >>$(@D)/libcurl.pc.in
|
|
printf 'Requires: openssl\n' >>$(@D)/libcurl.pc.in
|
|
endef
|
|
endef
|