git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ca8eecc
)
ruby: respect IPv6 settings
author
Alexander Ryzhov
<redacted>
Thu, 21 May 2015 06:17:05 +0000
(06:17 +0000)
committer
Alexander Ryzhov
<redacted>
Thu, 21 May 2015 06:17:05 +0000
(06:17 +0000)
Signed-off-by: Alexander Ryzhov <redacted>
lang/ruby/Makefile
patch
|
blob
|
history
diff --git
a/lang/ruby/Makefile
b/lang/ruby/Makefile
index eb90e3563ac2ede8cf722243064ba732dec250bc..54aaadc2921e532ce72b13fb00ca549d9806337d 100644
(file)
--- 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 \
git clone https://git.99rst.org/PROJECT