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

Collapse All | Expand All

(-)apache-2.4.6.ebuild.orig (-1 / +5 lines)
Lines 10-16 Link Here
10
GENTOO_PATCHNAME="gentoo-apache-2.4.4"
10
GENTOO_PATCHNAME="gentoo-apache-2.4.4"
11
11
12
# IUSE/USE_EXPAND magic
12
# IUSE/USE_EXPAND magic
13
IUSE_MPMS_FORK="itk peruser prefork"
13
IUSE_MPMS_FORK="peruser prefork"
14
IUSE_MPMS_THREAD="event worker"
14
IUSE_MPMS_THREAD="event worker"
15
15
16
# << obsolete modules:
16
# << obsolete modules:
Lines 144-149 Link Here
144
			|| die "epatch failed"
144
			|| die "epatch failed"
145
		cd "${S}" || die "Failed to cd to ${S}"
145
		cd "${S}" || die "Failed to cd to ${S}"
146
	fi
146
	fi
147
	
148
	# mpm_itk patch
149
	epatch "${FILESDIR}"/apache-2.4.6-r1498880-open_htaccess_hook.patch || die "epatch failed"
150
	
147
	apache-2_src_prepare
151
	apache-2_src_prepare
148
	sed -i -e 's/! test -f/test -f/' "${GENTOO_PATCHDIR}"/init/apache2.initd || die "Failed to fix init script"
152
	sed -i -e 's/! test -f/test -f/' "${GENTOO_PATCHDIR}"/init/apache2.initd || die "Failed to fix init script"
149
}
153
}

Return to bug 410451