This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gnurl: build without libpsl
Make sure gnURL doesn't link against libpsl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
6 years ago
parent
ad66447b4e
commit
7cdbb75699
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
net/gnurl/Makefile
+ 2
- 2
net/gnurl/Makefile
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-
lib
psl
\
--without-polarssl
\
--without-polarssl
\
--without-ssl
\
--without-ssl
\
--without-winssl
\
--without-winssl
\
Write
Preview
Loading…
Cancel
Save