aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
authorAlexander Ryzhov <github@ryzhov-al.ru>2015-05-21 06:17:05 +0000
committerAlexander Ryzhov <github@ryzhov-al.ru>2015-05-21 06:17:05 +0000
commit10e7191a6f03f75e9a08b5eb493927e60078156b (patch)
tree78e42a983bd0f22be55bf696a3cc1b8c2213f236 /lang/ruby/Makefile
parentca8eecc665d0bc54e47ed73086046eaff18f1f5e (diff)
ruby: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r--lang/ruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index eb90e3563..54aaadc29 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -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 \