[package] enable ipv6 in ruby (#4819)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15036 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-03-25 10:57:31 +00:00
parent 30d5ed6ecd
commit 74e35954dc

View File

@ -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