--- dhcpcd-1.3.22_p4-r5.ebuild 2004-09-16 21:38:15.895292544 +0200 +++ dhcpcd-1.3.22_p4-r5.ebuild 2004-09-15 15:11:12.000000000 +0200 @@ -37,12 +37,6 @@ #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 @@ -50,7 +44,6 @@ src_compile() { use static && append-flags -static - use dhc-fqdn && append-flags -DDRAFT_OPTION_FQDN ./configure \ --prefix="" \