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

Collapse All | Expand All

(-)libwww-5.4.0-r7.ebuild.orig (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
WANT_AUTOMAKE="latest"
5
WANT_AUTOMAKE="latest"
6
WANT_AUTOCONF="latest"
6
WANT_AUTOCONF="latest"
7
inherit eutils multilib autotools
7
inherit eutils multilib autotools flag-o-matic
8
8
9
PATCHVER="1.0"
9
PATCHVER="1.0"
10
MY_P=w3c-${P}
10
MY_P=w3c-${P}
Lines 27-32 Link Here
27
27
28
S=${WORKDIR}/${MY_P}
28
S=${WORKDIR}/${MY_P}
29
29
30
pkg_setup() {
31
	append-ldflags "-Wl,--no-as-needed"
32
}
33
30
src_unpack() {
34
src_unpack() {
31
	unpack ${A}
35
	unpack ${A}
32
	cd "${S}"
36
	cd "${S}"

Return to bug 246970