Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29202
Collapse All | Expand All

(-)/usr/portage/net-misc/iputils/iputils-020927.ebuild (-1 / +3 lines)
Lines 10-16 Link Here
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="x86 sparc alpha ppc hppa mips amd64 ia64"
11
KEYWORDS="x86 sparc alpha ppc hppa mips amd64 ia64"
12
#IUSE="doc"
12
#IUSE="doc"
13
IUSE=""
13
IUSE="static"
14
14
15
DEPEND="virtual/glibc
15
DEPEND="virtual/glibc
16
	virtual/os-headers"
16
	virtual/os-headers"
Lines 25-30 Link Here
25
	unpack ${A}
25
	unpack ${A}
26
	cd ${S}
26
	cd ${S}
27
27
28
	use static && LDFLAGS="${LDFLAGS} -static"
29
28
	mv Makefile Makefile.orig
30
	mv Makefile Makefile.orig
29
	sed "27s:-O2:${CFLAGS}:" Makefile.orig >Makefile
31
	sed "27s:-O2:${CFLAGS}:" Makefile.orig >Makefile
30
}
32
}

Return to bug 29202