summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorasau <asau>2010-12-11 17:15:24 +0000
committerasau <asau>2010-12-11 17:15:24 +0000
commit36397bbef9c286b154fd8486d231ca29851efeaa (patch)
tree0f5283146f11ec7e30cfe429f1b341b78c95ec10 /databases
parentbb42fed543fe05366509a01068a6474bd453b51c (diff)
downloadpkgsrc-36397bbef9c286b154fd8486d231ca29851efeaa.tar.gz
Allow more dynamic modules.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql90/files/Makefile.libtool12
1 files changed, 2 insertions, 10 deletions
diff --git a/databases/postgresql90/files/Makefile.libtool b/databases/postgresql90/files/Makefile.libtool
index e1ed64702f3..ac41902d7db 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.2 2010/11/05 14:56:37 adam Exp $
+# $NetBSD: Makefile.libtool,v 1.3 2010/12/11 17:15:24 asau Exp $
#
#-------------------------------------------------------------------------
@@ -27,23 +27,15 @@ else
ifneq (,$(findstring src/pl/,$(subdir)))
shmodule = yes
else
-ifneq (,$(findstring contrib/adminpack,$(subdir)))
+ifneq (,$(findstring contrib/,$(subdir)))
shmodule = yes
else
-ifneq (,$(findstring contrib/pgcrypto,$(subdir)))
-shmodule = yes
-else
-ifneq (,$(findstring contrib/dblink,$(subdir)))
-shmodule = yes
-else
shmodule = no
endif
endif
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