From owner-cvs-all Thu Feb 28 12:10:27 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 819AD37B402; Thu, 28 Feb 2002 12:10:16 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g1SK9BF01816; Thu, 28 Feb 2002 22:09:11 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200202282009.g1SK9BF01816@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sbin/dhclient Makefile src/sbin/dhclient/minires Makefile In-Reply-To: <200202281617.g1SGHIv60865@freefall.freebsd.org> from Makoto MATSUSHITA at "Feb 28, 2002 08:17:18 am" To: matusita@FreeBSD.org (Makoto MATSUSHITA) Date: Thu, 28 Feb 2002 22:09:11 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great, a make release finished without breaking along the way. :-) Thanks. John > matusita 2002/02/28 08:17:18 PST > > Modified files: > sbin/dhclient Makefile > sbin/dhclient/minires Makefile > Log: > Fix "make release.4" breakage. > > src/contrib/isc-dhcp/includes/minires/resolv.h has a 'extern' definition > but it makes an error when linking crunched binary just like this: > > dhclient.lo: In function `MRres_nquery': > dhclient.lo(.text+0x2dcce): undefined reference to `__h_errno_set' > dhclient.lo(.text+0x2dd5b): undefined reference to `__h_errno_set' > dhclient.lo: In function `MRres_nquerydomain': > dhclient.lo(.text+0x2de53): undefined reference to `__h_errno_set' > > The author understands this will be a problem (see comments in resolv.h). > Murray said that the author will fix this, but as a temporary solution, > modifying the source code and not to use __h_errno_set. > > BTW, I'm sorry that previous commitlog in src/sbin/dhclient/Makefile should > read "Found by:" instead of "Confirmed by"; I just found that rev 1.15 > has a typo so fixed. > > Tested on: ushi.jp.FreeBSD.org with today's 5-current source code. > (belive me, "make release.4" works fine now) > > Revision Changes Path > 1.17 +1 -1 src/sbin/dhclient/Makefile > 1.4 +5 -2 src/sbin/dhclient/minires/Makefile > -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message