opnsense-ports/databases/postgres-xl/files/patch-src_Makefile.shlib
Franco Fichtner b1821a2ee4 */*: sync with upstream
Taken from: HardenedBSD
2017-08-17 07:42:52 +02:00

11 lines
431 B
Text

--- 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)