Re: [gentoo-dev] Re: [RFC] multilib-build.eclass and restricting unsupported ABIs

2013-03-15 Thread Michał Górny
On Fri, 15 Mar 2013 11:32:31 +0100 Alexis Ballier wrote: > On Sun, 10 Mar 2013 14:42:43 +0100 > Michał Górny wrote: > > > Let alone qmake, how do you suggest dealing with *-config scripts? > > > Some packages are just not written with multilib in mind, or have > > > to maintain historical compat

Re: [gentoo-dev] Re: [RFC] multilib-build.eclass and restricting unsupported ABIs

2013-03-15 Thread Alexis Ballier
On Sun, 10 Mar 2013 14:42:43 +0100 Michał Górny wrote: > > If you consider the argv trick fragile, which is understandable, the > > same wrapper idea can be used differently: If you want to wrap a > > binary foo, move it to foo_${abi} and build a wrapper with hardcoded > > 'foo' instead of argv[0]