ruby: respect IPv6 settings
authorAlexander Ryzhov <redacted>
Thu, 21 May 2015 06:17:05 +0000 (06:17 +0000)
committerAlexander Ryzhov <redacted>
Thu, 21 May 2015 06:17:05 +0000 (06:17 +0000)
Signed-off-by: Alexander Ryzhov <redacted>
lang/ruby/Makefile

index eb90e3563ac2ede8cf722243064ba732dec250bc..54aaadc2921e532ce72b13fb00ca549d9806337d 100644 (file)
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ruby
 PKG_VERSION:=2.2.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_LIBVER:=2.2
 
@@ -815,7 +815,7 @@ CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
        --disable-rpath \
-       --enable-ipv6 \
+       $(call autoconf_bool,CONFIG_IPV6,ipv6) \
        --disable-install-doc \
        --disable-install-capi \
        --with-ruby-version=minor \
git clone https://git.99rst.org/PROJECT