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

(-)a/libwww-5.4.0-r7.ebuild (+13 lines)
Lines 32-37 Link Here
32
	cd "${S}"
32
	cd "${S}"
33
	rm -f configure.in
33
	rm -f configure.in
34
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
34
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
35
	echo '
36
libwwwcache_la_LIBADD = libwwwtrans.la libwwwcore.la
37
libwwwftp_la_LIBADD = libwwwutils.la libwwwcore.la libwwwdir.la libwwwfile.la
38
libwwwgopher_la_LIBADD = libwwwutils.la libwwwcore.la libwwwdir.la
39
libwwwhtml_la_LIBADD = libwwwutils.la libwwwcore.la
40
libwwwinit_la_LIBADD = libwwwapp.la
41
libwwwmux_la_LIBADD = libwwwutils.la libwwwcore.la libwwwtrans.la libwwwstream.la
42
libwwwnews_la_LIBADD = libwwwutils.la libwwwcore.la libwwwmime.la libwwwstream.la libwwwhtml.la
43
libwwwtelnet_la_LIBADD = libwwwutils.la libwwwcore.la
44
libwwwtrans_la_LIBADD = libwwwcore.la
45
libwwwzip_la_LIBADD = libwwwutils.la libwwwcore.la
46
' >> Library/src/Makefile.am || die "Failed to fix Library/src/libwww* --as-needed problem"
47
	echo 'libxmlparse_la_LIBADD = -lexpat' >> modules/expat/xmlparse/Makefile.am || die "Failed to fix modules/expat/xmlparse/libxmlparse --as-needed problem"
35
	eautoreconf || die "autoreconf failed"
48
	eautoreconf || die "autoreconf failed"
36
}
49
}
37
50

Return to bug 246970