Actions
Bug #5187
closedDesbribe "no" configure option for site_ruby and vendor_ruby.
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-08-09 revision 32893) [x86_64-linux]
Backport:
Description
There was not mentioned "no" option for configure to disable site_ruby and vendor_ruby. Attached patch fixes it.
Files
Updated by vo.x (Vit Ondruch) almost 14 years ago
BTW: I have noticed that when using the --with-sitehdrdir=no, the RbConfig later contains following entries:
["sitelibdir", "no"]
["sitearchdir", "no/x86_64-linux"]
This seems to be suboptimal. Not sure if these entries should be empty strings, nils or they should not be there at all.
Updated by vo.x (Vit Ondruch) almost 14 years ago
And it installs into wrong directory, where it should not install at all. This seems to be unfinished or broken :/
Updated by kosaki (Motohiro KOSAKI) almost 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r32943.
Vit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- configure.in: Desbribe "no" configure option for site_ruby
and vendor_ruby. Patch by Vit Ondruch. [Bug #5187][ruby-core:38921]
Actions
Like0
Like0Like0Like0