Skip to content

Commit

Permalink
Increase file descriptions for 1.9.x to 32K. Closes #104
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Mar 6, 2012
1 parent 17958b7 commit 8b3469d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Enhancements:
* Upgraded RubyGems to 1.8.17 on all versions of Ruby
* Increased file descriptions for 1.9.x to 32K. Closes #104

=== 2012-02-16

Expand Down
3 changes: 2 additions & 1 deletion config/ruby_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ module RubyInstaller
:patches => 'resources/patches/ruby193',
:configure_options => [
'--enable-shared',
'--disable-install-doc'
'--disable-install-doc',
"CPPFLAGS='-DFD_SETSIZE=32767'"
],
:files => [
'ruby-1.9.3-p125.tar.bz2'
Expand Down

0 comments on commit 8b3469d

Please sign in to comment.