On Tue, 2013-09-17 at 18:52 +0800, YunQiang Su wrote:
> This package has one or more -L/usr/lib in its build system,
> which will make it ftbfs if there is libraries under /usr/lib,
> while is not the default architecture, mips* for example.
The occurrence of -L/usr/lib that is making your build fail is the
directory where to find the Python library, which is obtained by
python -c "import distutils.sysconfig; print('
'.join(filter(None,distutils.sysconfig.get_config_vars('LIBDIR'))))"
I don't know how this is supposed to work when you have libraries for
multiple architectures on the system but only one python binary.
_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public