summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant>2004-06-17 14:24:32 +0000
committergrant <grant>2004-06-17 14:24:32 +0000
commitf38b325fd65c2ee1e8df8dead8140f6df3d64db7 (patch)
treef2ce7ea6150ca47204c2e4ccbf90c8b4802366e7 /databases
parentd1fe7e4955523300905d92d1b9d7a5d46f35778f (diff)
downloadpkgsrc-f38b325fd65c2ee1e8df8dead8140f6df3d64db7.tar.gz
link libdb4 against libnsl on Solaris so programs that use it can
resolve all symbols. bump PKGREVISION. fixes PR pkg/24720.
Diffstat (limited to 'databases')
-rw-r--r--databases/db4/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index f2541b3f864..ae80a52880b 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/06/17 13:43:06 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/17 14:24:32 grant Exp $
DISTNAME= db-4.2.52
PKGNAME= ${DISTNAME:S/db/db4/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/snapshot/
@@ -57,6 +57,10 @@ CONFIGURE_ARGS+= --enable-java
. include "../../mk/java-vm.mk"
.endif
+OPSYSVARS+= LIBSO_LIBS
+LIBSO_LIBS.SunOS+= -lnsl
+CONFIGURE_ENV+= LIBSO_LIBS="${LIBSO_LIBS}"
+
post-install:
${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/db4