projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad66447
)
gnurl: build without libpsl
author
Daniel Golle
<daniel@makrotopia.org>
Mon, 1 Oct 2018 00:18:15 +0000
(
02:18
+0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Mon, 1 Oct 2018 00:18:15 +0000
(
02:18
+0200)
Make sure gnURL doesn't link against libpsl.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/gnurl/Makefile
patch
|
blob
|
history
diff --git
a/net/gnurl/Makefile
b/net/gnurl/Makefile
index d6776d1a3f6e16a9c81b161293709fdf152cc351..75a27f3e8ceb27946ca27ea8ea67b66c3a9cf0b9 100644
(file)
--- 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-
lib
psl \
--without-polarssl \
--without-ssl \
--without-winssl \