From: "vo.x (Vit Ondruch)" Date: 2013-10-01T21:41:01+09:00 Subject: [ruby-core:57548] [ruby-trunk - Bug #8973][Open] Allow to configure archlibdir for multiarch Issue #8973 has been updated by vo.x (Vit Ondruch). Status changed from Feedback to Open In Ruby 2.0, when using "--with-multiarch" together with "--with-rubyarchprefix", it used ${libdir} for libruby.so library placement (i.e. /usr/lib64/). Now it is hardcoded to ${libdir}/${arch} (i.e. /usr/lib64/x86_64-linux). Hence there is no way how to get rid of x86_64-linux folder and place the library directly into /usr/lib64. ---------------------------------------- Bug #8973: Allow to configure archlibdir for multiarch https://bugs.ruby-lang.org/issues/8973#change-42164 Author: vo.x (Vit Ondruch) Status: Open Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: Target version: ruby -v: ruby 2.1.0dev (2013-09-22 trunk 43011) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Since r39347, there is impossible to configure placement of rubylib.so when build is configured with "--with-multiarch". That is probably OK for Debian, but it breaks Fedora :/ The attached patch allows to configure the archlibdir, but I feel that it is suboptimal, since the "--with-rubyarchprefix" should probably be the parameter which influences placement of the arch specific libraries. Any chance that this patch is accepted or better if rubyarchprefix is respected for every arch specific library, including libruby.so. Thanks. -- http://bugs.ruby-lang.org/