utils/curl: Disable libpsl

Disabled libpsl to fix build issue reported by buildbots

Package libcurl is missing dependencies for the following libraries:
libpsl.so.5


Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
openwrt-19.07
Daniel Engberg 2018-07-24 13:59:30 +02:00 committed by Jo-Philipp Wich
parent 991c7a4f69
commit f486f81c64
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=curl PKG_NAME:=curl
PKG_VERSION:=7.61.0 PKG_VERSION:=7.61.0
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
@ -113,6 +113,7 @@ CONFIGURE_ARGS += \
--without-librtmp \ --without-librtmp \
--without-libidn \ --without-libidn \
--without-ca-path \ --without-ca-path \
--without-libpsl \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
\ \
$(call autoconf_bool,CONFIG_IPV6,ipv6) \ $(call autoconf_bool,CONFIG_IPV6,ipv6) \