summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2010-08-01 17:01:02 +0000
committerjdolecek <jdolecek@pkgsrc.org>2010-08-01 17:01:02 +0000
commitc52ab787f1e8d15a1d6b0ef5d80fa897c368b60e (patch)
tree637ab4c47d37620f43bba84e0f1dad20c08a39a1 /databases
parent6e7bf8afef23ebb28c6f72f4b1e10c7d97ce63b6 (diff)
downloadpkgsrc-c52ab787f1e8d15a1d6b0ef5d80fa897c368b60e.tar.gz
contrib/pgcrypto should also be built as a shared module (same as adminpack)
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql84/files/Makefile.libtool6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql84/files/Makefile.libtool b/databases/postgresql84/files/Makefile.libtool
index 1c3d700045f..7b17982d9b9 100644
--- a/databases/postgresql84/files/Makefile.libtool
+++ b/databases/postgresql84/files/Makefile.libtool
@@ -4,7 +4,7 @@
# Common rules for buildling libtool archives
#
# IDENTIFICATION
-# $NetBSD: Makefile.libtool,v 1.1.1.1 2009/07/29 06:26:18 adam Exp $
+# $NetBSD: Makefile.libtool,v 1.2 2010/08/01 17:01:02 jdolecek Exp $
#
#-------------------------------------------------------------------------
@@ -27,11 +27,15 @@ else
ifneq (,$(findstring contrib/adminpack,$(subdir)))
shmodule = yes
else
+ifneq (,$(findstring contrib/pgcrypto,$(subdir)))
+shmodule = yes
+else
shmodule = no
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