postgresql: fix pkg-config file

Currently the pc file has includedir hard coded to "/usr/include" and
libdir to "/usr/lib". This commit changes this so they can be controlled
via the "prefix" variable.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper
2020-03-04 21:52:06 +01:00
parent 5c4480451c
commit 00882ebb36
5 changed files with 49 additions and 18 deletions

View File

@@ -1,8 +1,6 @@
diff --git a/configure.in b/configure.in
index 9082c5b..2c04edc 100644
--- a/configure.in
+++ b/configure.in
@@ -2283,36 +2283,6 @@ if test "$with_python" = yes; then
@@ -2285,36 +2285,6 @@ if test "$with_python" = yes; then
CPPFLAGS=$ac_save_CPPFLAGS
fi