mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:31:22 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user