From 9a6450d578556c11e7c173d2f28362345b8f1258 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 2 Jan 2000 04:20:21 +0000 Subject: Update. * nss/nss_db/db-XXX.c: Move internal_setent and internal_endent functions from here... * nss/db-alias.c: ...and here... * nss/db-netgrp.c: ...and here... * nss/nss_db/db-open.c: ...to here. New file. * nss/nss_db/dummy-db.h: New file. * nss/nss_db/nss_db.h: New file. * nss/Depend: Depend in dlfcn, not db2. * nss/Makefile (libnss_db-routines): Add db-open. (distribute): Add nss_db.h dummy-db.h. (libnss_db.so): Replace libdb dependency by $(libdl). Based on a patch by Zack Weinberg. --- nss/Depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss/Depend') diff --git a/nss/Depend b/nss/Depend index c0c4073623..d755539902 100644 --- a/nss/Depend +++ b/nss/Depend @@ -1,2 +1,2 @@ -db2 +dlfcn resolv -- cgit 1.4.1