[Pkg-postgresql-public] Bug#794103: Processed: apr-util has unsatisfiable cross Build-Depends

Christoph Berg myon at debian.org
Sun Oct 16 15:32:42 UTC 2016


Re: Debian Bug Tracking System 2016-10-15 <handler.s.B.14765591558988.transcript at bugs.debian.org>
> Processing control commands:
> 
> > affects 794103 + src:apr-util
> Bug #794103 [libpq-dev] please support cross compilation using libpq-dev as a build-dependency
> Added indication that 794103 affects src:apr-util

Hi,

While I still agree that pg_config shouldn't get in the way of
cross-compilation, I'll note that apr-util's use of pg_config looks
like it could easily be replaced by "pkg-config libpq --cflags"
(pg_config --includedir) and "pkg-config libpq --libs-only-L"
(pg_config --libdir).

I'm not sure what it does with pg_config --libs, that flag is
basically only useful when linking the PG server itself.

Christoph



More information about the Pkg-postgresql-public mailing list