[Pkg-postgresql-public] [Branch ~pitti/postgresql/common] Rev 1112: pg_wrapper: Drop dpkg-architecture call; we don't want to introduce a

Martin Pitt mpitt at debian.org
Fri Oct 7 12:14:07 UTC 2011


Christoph Berg [2011-10-06 18:08 +0200]:
> > +    push @readlines, sort(</lib/*/libreadline.so.*>);
> >      push @readlines, sort(</lib/libreadline.so.*>);
> >      if (@readlines) {
> >  	$ENV{'LD_PRELOAD'} = ($ENV{'LD_PRELOAD'} or '') . ':' . $readlines[-1];
> 
> This is probably the best fix we have, but I'd imagine this will run
> into trouble if there are "real" multiarch libraries for foreign
> architectures (think cross-compilation) installed.

Right, fixed harder in bzr now, taking the architecture from name.
Gosh, what a hack, silly license stuff..

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



More information about the Pkg-postgresql-public mailing list