aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-10-01 02:18:15 +0200
committerDaniel Golle <daniel@makrotopia.org>2018-10-01 02:18:15 +0200
commit7cdbb75699efe383054f2814a7446f579ca376f8 (patch)
tree06d5e74b80fcd4b8b70102cb58848be6772606f3 /net
parentad66447b4ee089c1a7cf494b6db60b7e38be3a22 (diff)
gnurl: build without libpsl
Make sure gnURL doesn't link against libpsl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net')
-rw-r--r--net/gnurl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnurl/Makefile b/net/gnurl/Makefile
index d6776d1a3..75a27f3e8 100644
--- a/net/gnurl/Makefile
+++ b/net/gnurl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnurl
PKG_VERSION:=7.61.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.taler.net/gnurl
@@ -68,7 +68,7 @@ CONFIGURE_ARGS += \
--without-nghttp2 \
--without-nss \
--without-cyassl \
- --without-psl \
+ --without-libpsl \
--without-polarssl \
--without-ssl \
--without-winssl \