gnurl: build without libpsl

Make sure gnURL doesn't link against libpsl.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2018-10-01 02:18:15 +02:00
parent ad66447b4e
commit 7cdbb75699

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnurl PKG_NAME:=gnurl
PKG_VERSION:=7.61.1 PKG_VERSION:=7.61.1
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.taler.net/gnurl PKG_SOURCE_URL:=git://git.taler.net/gnurl
@ -68,7 +68,7 @@ CONFIGURE_ARGS += \
--without-nghttp2 \ --without-nghttp2 \
--without-nss \ --without-nss \
--without-cyassl \ --without-cyassl \
--without-psl \ --without-libpsl \
--without-polarssl \ --without-polarssl \
--without-ssl \ --without-ssl \
--without-winssl \ --without-winssl \