Browse Source

gnurl: Respect IPv6 settings

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov 9 years ago
parent
commit
24efa9a6ca
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