ruby: added patch for openssl-1.0.0.
--HG-- extra : convert_revision : f41e9acdc3a87e08289b246f40dd63f0952ae070
This commit is contained in:
parent
4404ae4a63
commit
98a43ffea0
2 changed files with 5 additions and 0 deletions
BIN
srcpkgs/ruby/patches/ruby-1.9.2pre1-openssl1-patch.bz2
Normal file
BIN
srcpkgs/ruby/patches/ruby-1.9.2pre1-openssl1-patch.bz2
Normal file
Binary file not shown.
|
@ -34,3 +34,8 @@ Add_dependency build zlib-devel
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
Add_dependency build ncursesw-devel
|
Add_dependency build ncursesw-devel
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
export PATH="/usr/bin:/bin:$PATH"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue