summaryrefslogtreecommitdiff
path: root/databases/postgresql82
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-20 21:58:21 +0000
committerjlam <jlam>2007-09-20 21:58:21 +0000
commitde02885d8e1f0eda69c72da73a9e704e26e54f06 (patch)
tree8c89914c50354a436c3c620cb481663e3e6bb687 /databases/postgresql82
parent66f24e54c087afdb193a5ff76c4948a391facf82 (diff)
downloadpkgsrc-de02885d8e1f0eda69c72da73a9e704e26e54f06.tar.gz
Fix name of adminpack loadable shared module.
Bump the PKGREVISION of postgresql82-adminpack to 1.
Diffstat (limited to 'databases/postgresql82')
-rw-r--r--databases/postgresql82/files/Makefile.libtool6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql82/files/Makefile.libtool b/databases/postgresql82/files/Makefile.libtool
index 32490195a5a..6df5c626e8c 100644
--- a/databases/postgresql82/files/Makefile.libtool
+++ b/databases/postgresql82/files/Makefile.libtool
@@ -4,7 +4,7 @@
# Common rules for buildling libtool archives
#
# IDENTIFICATION
-# $NetBSD: Makefile.libtool,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $
+# $NetBSD: Makefile.libtool,v 1.2 2007/09/20 21:58:21 jlam Exp $
#
#-------------------------------------------------------------------------
@@ -21,9 +21,13 @@ else
ifneq (,$(findstring src/pl/,$(subdir)))
shmodule = yes
else
+ifneq (,$(findstring contrib/adminpack,$(subdir)))
+shmodule = yes
+else
shmodule = no
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