Bug#723470: libzdb link with -L/usr/lib

2013-09-27 Thread Peter Eisentraut
On 9/18/13 6:03 AM, Christoph Berg wrote: We will probaby do the multi-archification in a way that pg_config --libdir will continue to point to /usr/lib, because that's the location where the PostgreSQL modules are located. Only the client libraries (libpq5 and friends) will be moved.

Bug#723470: libzdb link with -L/usr/lib

2013-09-18 Thread Christoph Berg
Control: unmerge -1 Re: Jack Bates 2013-09-17 5238b9b0.1080...@nottheoilrig.com Where is libpq.so (PostgreSQL client library) installed on your system? I suspect the offending line is libzdb-2.11.3/configure.ac line 268: LDFLAGS=-L`$PGCONFIG --libdir` $LDFLAGS I think bug #706849

Bug#723470: libzdb link with -L/usr/lib

2013-09-17 Thread YunQiang Su
Package: libzdb Version: 2.11.3-1 X-Debbugs-CC: wzss...@gmail.com 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. On mips* systems, /usr/lib is defined as place

Bug#723470: libzdb link with -L/usr/lib

2013-09-17 Thread Jack Bates
reassign 723470 libpq5 forcemerge 706849 723470 thank you On 17/09/13 03:47 AM, 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. Hi and thank