diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-20 21:58:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-20 21:58:21 +0000 |
commit | 3adc090e534b88d14c82c94402d8504ee80996a2 (patch) | |
tree | 8c89914c50354a436c3c620cb481663e3e6bb687 /databases/postgresql82 | |
parent | beea85efb2e44db8f893ebb53bda7ed19565fb36 (diff) | |
download | pkgsrc-3adc090e534b88d14c82c94402d8504ee80996a2.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.libtool | 6 |
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 |