summaryrefslogtreecommitdiff
path: root/databases/postgresql90
diff options
context:
space:
mode:
authoradam <adam>2010-11-05 14:56:37 +0000
committeradam <adam>2010-11-05 14:56:37 +0000
commit46809bd0be0262279edfc77296293f5eb6512a50 (patch)
tree95c78148825cd8d6c7ea5fd47bc9cb3df0ac2789 /databases/postgresql90
parenta57edb062209ac3f344792fab5d467fd84d7a186 (diff)
downloadpkgsrc-46809bd0be0262279edfc77296293f5eb6512a50.tar.gz
Build and install libpqwalreceiver
Diffstat (limited to 'databases/postgresql90')
-rw-r--r--databases/postgresql90/files/Makefile.libtool6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql90/files/Makefile.libtool b/databases/postgresql90/files/Makefile.libtool
index bf3f6d6e7df..e1ed64702f3 100644
--- a/databases/postgresql90/files/Makefile.libtool
+++ b/databases/postgresql90/files/Makefile.libtool
@@ -4,7 +4,7 @@
# Common rules for buildling libtool archives
#
# IDENTIFICATION
-# $NetBSD: Makefile.libtool,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $
+# $NetBSD: Makefile.libtool,v 1.2 2010/11/05 14:56:37 adam Exp $
#
#-------------------------------------------------------------------------
@@ -15,6 +15,9 @@
# The following directories are building loadable shared modules, not
# shared libraries.
#
+ifneq (,$(findstring src/backend/replication/libpqwalreceiver,$(subdir)))
+shmodule = yes
+else
ifneq (,$(findstring src/backend/utils/mb/conversion_procs/,$(subdir)))
shmodule = yes
else
@@ -40,6 +43,7 @@ endif
endif
endif
endif
+endif
# Fix dependencies in some makefiles that assume the target matches
# %.o so that when built for libtool, the target matches the corresponding