Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64307 | Differences between
and this patch

Collapse All | Expand All

(-)dhcpcd-1.3.22_p4-r5.ebuild (-7 lines)
Lines 37-48 Link Here
37
	#This patch remove the iface down instruction from dhcpcd allowing us
37
	#This patch remove the iface down instruction from dhcpcd allowing us
38
	#to have physical iface scripts (gmsoft, 11 Nov 2003)
38
	#to have physical iface scripts (gmsoft, 11 Nov 2003)
39
	epatch ${FILESDIR}/${P}-no-iface-down.diff
39
	epatch ${FILESDIR}/${P}-no-iface-down.diff
40
	#Add support for draft-ietf-dhc-fqdn to support DNS
41
	#updates from Microsoft DHCP servers, which ignore the normal
42
	#hostname option 12 and use the draft option 81 instead.
43
	#(kevquinn, 12 July 2004)
44
	epatch ${DISTDIR}/${P}-optionFQDN.diff.bz2
45
46
	#remove hard-coded arch stuff (drobbins, 06 Sep 2003)
40
	#remove hard-coded arch stuff (drobbins, 06 Sep 2003)
47
	sed -i "s/ -march=i.86//g" configure
41
	sed -i "s/ -march=i.86//g" configure
48
	sed -i 's:/etc/ntp\.drift:/var/lib/ntp/ntp.drift:' dhcpconfig.c
42
	sed -i 's:/etc/ntp\.drift:/var/lib/ntp/ntp.drift:' dhcpconfig.c
Lines 50-56 Link Here
50
44
51
src_compile() {
45
src_compile() {
52
	use static && append-flags -static
46
	use static && append-flags -static
53
	use dhc-fqdn && append-flags -DDRAFT_OPTION_FQDN
54
47
55
	./configure \
48
	./configure \
56
		--prefix="" \
49
		--prefix="" \

Return to bug 64307