Revision ca8d08089dc6951a1b2c6413edaca23d9e082d03 authored by Oliver Freyermuth on 12 April 2016, 21:51:16 UTC, committed by Pere Mato on 21 June 2016, 10:11:23 UTC
This slightly changes lookup order: Namely, the system-folder "/usr/include/postgresql"
is now preferred over "/usr/include/" even if both container libpq-fe.h.
This finds the correct path on a standard Gentoo installation, where "/usr/include/postgresql"
is a symlink to the folder with all include-files for the user-selected postgresql-version,
while "/usr/include/libpq-fe.h" is a single symlink provided for backwards-compatibility.

Since ROOT uses also e.g. "pg_config.h", selecting "/usr/include/" over "/usr/include/postgresql"
leads to failure on Gentoo.
1 parent c370d48
History

README.md

back to top