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
Merge pull request
#1329
from ryzhovau/gnurl_ipv6
gnurl: Respect IPv6 settings
lilik-openwrt-22.03
Daniel Golle
10 years ago
parent
e3515017eb
24efa9a6ca
commit
8e835c763a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/gnurl/Makefile
+ 1
- 1
net/gnurl/Makefile
View File
@ -51,7 +51,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS
+=
\
CONFIGURE_ARGS
+=
\
--disable-debug
\
--disable-debug
\
--disable-ares
\
--disable-ares
\
--enable-ipv6
\
$(
call autoconf_bool,CONFIG_IPV6,ipv6
)
\
--enable-shared
\
--enable-shared
\
--enable-static
\
--enable-static
\
--disable-manual
\
--disable-manual
\
Write
Preview
Loading…
Cancel
Save