Bug #7808
closed[PATCH] Allow to install arch specific code into different location then nonarch
Description
Due to recent changes in configuration, it is pretty easy to allow install architecture specific code into different location (/usr/lib64) then nonarch code (/usr/share) and thus provide better compliancy with FHS [1]. Could you please consider accepting this patch? We are carrying similar patch in Fedora already for ages.
Files
Updated by Hanmac (Hans Mackowiak) almost 12 years ago
does this patch break that ticket did? #6111
for debianoid system that support more than two architectures, /usr/lib32 and /usr/lib64 are not enough
so i wanted that ruby can be installed "/usr/lib//ruby/" like "/usr/lib/x86_64-linux-gnu/ruby/2.0.0"
i dont know if this breaks FHS
Updated by nobu (Nobuyoshi Nakada) almost 12 years ago
- Status changed from Open to Feedback
=begin
Isn't ((%--with-rubyarchprefix%)) enough?
Do you want ((|rubyarchdir|)) not to include ((|ruby_version|))?
=end
Updated by vo.x (Vit Ondruch) almost 12 years ago
--with-rubyarchprefix always prepends --with-rubylibprefix ... therefore you can hardly use it to separate arch libraries into /usr/lib while place noarh into /usr/share
And no, we don't need ruby version, since Fedora provides just single version of Ruby.
Updated by vo.x (Vit Ondruch) almost 12 years ago
Updated by ko1 (Koichi Sasada) almost 12 years ago
- Category set to build
- Assignee set to nobu (Nobuyoshi Nakada)
- Target version set to 2.6
critical for 2.0.0?
If it is critical, then please change target version.
Updated by vo.x (Vit Ondruch) over 11 years ago
- Status changed from Feedback to Closed
I was able to find suitable configuration options for -p0. I no longer need this patch. Thank you.