Skip to content

Commit 451fd7a

Browse files
committed
Добавлен definition 1.9.3-p194-perf для установки ruby с патчем от funny-falcon
1 parent 5a67dde commit 451fd7a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

share/ruby-build/1.9.3-p194-perf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
build_package_combined_patch() {
2+
local package_name="$1"
3+
4+
{
5+
curl https://raw.github.com/gist/2593385/perf_and_gc.diff | patch -p1
6+
autoconf
7+
./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
8+
make -j 8
9+
make install
10+
} >&4 2>&1
11+
12+
}
13+
14+
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
15+
install_package "ruby-1.9.3-p194" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz" combined_patch

0 commit comments

Comments
 (0)