Date: Thu, 28 Feb 2002 08:17:18 -0800 (PST) From: Makoto MATSUSHITA <matusita@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile src/sbin/dhclient/minires Makefile Message-ID: <200202281617.g1SGHIv60865@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 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?200202281617.g1SGHIv60865>