[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:
parent
30d5ed6ecd
commit
74e35954dc
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ruby
|
PKG_NAME:=ruby
|
||||||
PKG_VERSION:=1.8.6-p287
|
PKG_VERSION:=1.8.6-p287
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
|
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
|
||||||
@ -179,7 +179,8 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-ipv6 \
|
--enable-ipv6 \
|
||||||
|
--enable-wide-getaddrinfo \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_func_setpgrp_void=yes
|
ac_cv_func_setpgrp_void=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user