--- ./dhcpcd-1.3.22_p4-r5.ebuild.orig 2004-11-27 13:13:07.042099232 +0100 +++ ./dhcpcd-1.3.22_p4-r5.ebuild.orig 2004-11-27 13:12:44.710494152 +0100 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" -IUSE="build static" +IUSE="build static dhc-fqdn" DEPEND="virtual/libc" PROVIDE="virtual/dhcpc" @@ -37,6 +37,12 @@ #This patch remove the iface down instruction from dhcpcd allowing us #to have physical iface scripts (gmsoft, 11 Nov 2003) epatch ${FILESDIR}/${P}-no-iface-down.diff + #Add support for draft-ietf-dhc-fqdn to support DNS + #updates from Microsoft DHCP servers, which ignore the normal + #hostname option 12 and use the draft option 81 instead. + #(kevquinn, 12 July 2004) + epatch ${DISTDIR}/${P}-optionFQDN.diff.bz2 + #remove hard-coded arch stuff (drobbins, 06 Sep 2003) sed -i "s/ -march=i.86//g" configure sed -i 's:/etc/ntp\.drift:/var/lib/ntp/ntp.drift:' dhcpconfig.c @@ -44,6 +50,7 @@ src_compile() { use static && append-flags -static + use dhc-fqdn && append-flags -DDRAFT_OPTION_FQDN ./configure \ --prefix="" \