mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ruby: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ruby
|
PKG_NAME:=ruby
|
||||||
PKG_VERSION:=2.2.2
|
PKG_VERSION:=2.2.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_LIBVER:=2.2
|
PKG_LIBVER:=2.2
|
||||||
|
|
||||||
@@ -815,7 +815,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-ipv6 \
|
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
||||||
--disable-install-doc \
|
--disable-install-doc \
|
||||||
--disable-install-capi \
|
--disable-install-capi \
|
||||||
--with-ruby-version=minor \
|
--with-ruby-version=minor \
|
||||||
|
|||||||
Reference in New Issue
Block a user