Loïc Minier <[EMAIL PROTECTED]> writes:
> On Fri, Jan 12, 2007, Goswin von Brederlow wrote:
>> > Is it more useful to turn on the support for /usr/lib32 at runtime
>> > only, or is it ok to unconditionally setup this support at build time?
>> How would you turn it on at runtime? Policy forbidds to set an
>> environment variable in a package. You could have an /etc/pango/config
>> that tells libpango i386 to use lib32 and we ship it in ia32-libs-gtk
>> only. But isn't than more work than always using lib32?
>
> Check the patch in the Ubuntu package, I thought I already sent it to
> you during the multiarch discussion. It uses uname(). Attached.
Ah yes, that was in the old bugreport. I thought you actually had it
(or something equivalent) included in pango already but it wasn't
working.
I will do a test build with it and the latest pango source but from
reading the patch it looks fine.
MfG
Goswin