From owner-freebsd-current Sun Jan 28 22:23:30 2001 Delivered-To: freebsd-current@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 6C13737B400 for ; Sun, 28 Jan 2001 22:23:12 -0800 (PST) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.2/8.11.1) id f0T6N5d17700; Mon, 29 Jan 2001 12:23:05 +0600 (NOVT) (envelope-from nnd) Date: Mon, 29 Jan 2001 12:23:05 +0600 (NOVT) Message-Id: <200101290623.f0T6N5d17700@wint.itfs.nsk.su> From: nnd@mail.nsk.ru To: current@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/named Makefile In-Reply-To: <200101282321.f0SNL0f51582@freefall.freebsd.org> User-Agent: tin/1.5.8-20010108 ("Paradise Regained") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200101282321.f0SNL0f51582@freefall.freebsd.org> you wrote: > asmodai 2001/01/28 15:21:00 PST > > Modified files: > usr.sbin/named Makefile > Log: > Add static dependency on libisc.a to get isc_movefile() on which named > now depends. This keeps named the same as before the import, that is: only > linking against libc dynamically, at a little space increase, which might > be due to the source code changes anyway. Very neglectable space > difference. > > Some people might dub it a hack. It will do for now at least. > > Revision Changes Path > 1.26 +12 -1 src/usr.sbin/named/Makefile It seems to me that the same kind of libisc dependency must be provided for 'libexec/named-xfer', because it now stops buildworld with the 'isc_movefile' unresolved message. At the same time it seems to me that now 'lib/libbind' contains many files/functions which are also present in the newly created 'lib/libisc'. Is it right ? N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message