summaryrefslogtreecommitdiff
path: root/databases/postgres-xl/files/patch-src_Makefile.shlib
blob: bad3dbfb495a2845d1e529356c13574f68a04748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/Makefile.shlib.orig	2017-04-19 15:17:03 UTC
+++ src/Makefile.shlib
@@ -81,7 +81,7 @@ shlib_bare	= lib$(NAME)$(DLSUFFIX)
 # Testing the soname variable is a reliable way to determine whether a
 # linkable library is being built.
 soname		= $(shlib_major)
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir	= $(prefix)/libdata/pkgconfig
 else
 # Naming convention for dynamically loadable modules
 shlib		= $(NAME)$(DLSUFFIX)