Browse Source

Merge pull request #1329 from ryzhovau/gnurl_ipv6

gnurl: Respect IPv6 settings
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
8e835c763a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/gnurl/Makefile

+ 1
- 1
net/gnurl/Makefile View File

@ -51,7 +51,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--disable-debug \
--disable-ares \
--enable-ipv6 \
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
--enable-shared \
--enable-static \
--disable-manual \


Loading…
Cancel
Save