Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 01/12/2001 03:43:49
Module Name: basesrc
Committed By: cgd
Date: Fri Jan 12 01:43:49 UTC 2001
Modified Files:
basesrc/usr.sbin/ypserv/ypserv: Makefile
Log Message:
When building gethnamaddr.o and getnetnamadr.o from libc sources,
define _LIBC so that the weak aliases those files normally define if
built in libc get set properly. Otherwise, this doesn't link statically.
Static linking tested on NetBSD/i386 by sommerfeld, correct runtime
operation not verified (but should be no different than before).
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/ypserv/ypserv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.