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

Collapse All | Expand All

(-)/usr/portage/net-proxy/squidclamav/squidclamav-6.10.ebuild (-6 / +6 lines)
Lines 18-30 Link Here
18
RDEPEND="net-proxy/c-icap"
18
RDEPEND="net-proxy/c-icap"
19
DEPEND="${RDEPEND}"
19
DEPEND="${RDEPEND}"
20
20
21
src_prepare() {
21
#src_prepare() {
22
	# version 6.3 causes maintainer-mode rebuild from tarball, and
22
	# version 6.3 causes maintainer-mode rebuild from tarball, and
23
	# contains acinclude.m4 with libtool macros which cause trouble.
23
	# contains acinclude.m4 with libtool macros which cause trouble.
24
	rm acinclude.m4 || die
24
#	rm acinclude.m4 || die
25
	eautoreconf
25
#	eautoreconf
26
	elibtoolize
26
#	elibtoolize
27
}
27
#}
28
28
29
src_configure() {
29
src_configure() {
30
	econf --disable-static --enable-shared
30
	econf --disable-static --enable-shared
Lines 42-48 Link Here
42
	# Fix configuration file to adapt to the Gentoo configuration
42
	# Fix configuration file to adapt to the Gentoo configuration
43
	sed -i \
43
	sed -i \
44
		-e '/clamd_local/s:\.ctl:.sock:' \
44
		-e '/clamd_local/s:\.ctl:.sock:' \
45
		"${D}"/etc/squidclamav.conf || die
45
		"${D}"/etc/c-icap/squidclamav.conf || die
46
}
46
}
47
47
48
pkg_postinst() {
48
pkg_postinst() {

Return to bug 556306