Date: Thu, 28 Feb 2002 22:09:11 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: matusita@FreeBSD.org (Makoto MATSUSHITA) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dhclient Makefile src/sbin/dhclient/minires Makefile Message-ID: <200202282009.g1SK9BF01816@zibbi.icomtek.csir.co.za> In-Reply-To: <200202281617.g1SGHIv60865@freefall.freebsd.org> from Makoto MATSUSHITA at "Feb 28, 2002 08:17:18 am"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202282009.g1SK9BF01816>