From 433061043695cb1661743d544689f34e707dd530 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 7 Jan 2016 19:58:47 +0000 Subject: The PostgreSQL Global Development Group announces the release of PostgreSQL 9.5. This release adds UPSERT capability, Row Level Security, and multiple Big Data features, which will broaden the user base for the world's most advanced database. With these new capabilities, PostgreSQL will be the best choice for even more applications for startups, large corporations, and government agencies. Release Notes: http://www.postgresql.org/docs/current/static/release-9-5.html What's New in 9.5: https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5 --- databases/postgresql95-server/files/patch-src-Makefile.shlib | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/postgresql95-server/files/patch-src-Makefile.shlib (limited to 'databases/postgresql95-server/files/patch-src-Makefile.shlib') diff --git a/databases/postgresql95-server/files/patch-src-Makefile.shlib b/databases/postgresql95-server/files/patch-src-Makefile.shlib new file mode 100644 index 000000000000..2435ffe1d280 --- /dev/null +++ b/databases/postgresql95-server/files/patch-src-Makefile.shlib @@ -0,0 +1,11 @@ +--- src/Makefile.shlib.bak 2013-05-06 22:57:06.000000000 +0200 ++++ src/Makefile.shlib 2013-05-12 23:33:16.000000000 +0200 +@@ -87,7 +87,7 @@ + # 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) -- cgit v1.2.3