[Pkg-postgresql-public] [Branch ~pitti/postgresql/common] Rev 1114: pg_wrapper: Restrict libreadline multiarch matching to native architecture

Christoph Berg myon at debian.org
Fri Oct 7 16:02:31 UTC 2011


> -    push @readlines, sort(</lib/*/libreadline.so.*>);
> +    my $arch = (POSIX::uname)[4];
> +    push @readlines, sort(</lib/$arch-*/libreadline.so.*>);
>      push @readlines, sort(</lib/libreadline.so.*>);

Sorry, me again... uname[4] is i686 on Debian's i386. (* was probably
fine...)

Christoph
-- 
cb at df7cb.de | http://www.df7cb.de/



More information about the Pkg-postgresql-public mailing list