From ccb4a1eede9670f2d84456b9a9a9cf715c1708b4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 25 Mar 2009 10:57:31 +0000 Subject: [PATCH] [package] enable ipv6 in ruby (#4819) SVN-Revision: 15036 --- lang/ruby/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 17041f1bc0..6fcf22c97d 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruby PKG_VERSION:=1.8.6-p287 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/ @@ -179,7 +179,8 @@ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ --disable-rpath \ - --disable-ipv6 \ + --enable-ipv6 \ + --enable-wide-getaddrinfo \ CONFIGURE_VARS += \ ac_cv_func_setpgrp_void=yes -- 2.30.2