summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-7.0.9-r2.ebuild
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-05 17:01:06 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-05 18:36:25 -0400
commit7580ffa8e480ef7fbc31d1cb99d8057c74a141b4 (patch)
tree5f26408ff07d7b8415c58fb614ae430541caa286 /dev-lang/php/php-7.0.9-r2.ebuild
parent55658331efb82830f3b60f393fcb92d322cd74d1 (diff)
downloadgentoo-7580ffa8e480ef7fbc31d1cb99d8057c74a141b4.tar.gz
gentoo-7580ffa8e480ef7fbc31d1cb99d8057c74a141b4.tar.bz2
gentoo-7580ffa8e480ef7fbc31d1cb99d8057c74a141b4.zip
dev-lang/php: use apxs from /usr/bin instead of /usr/sbin.
Gentoo-Bug: 502384 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lang/php/php-7.0.9-r2.ebuild')
-rw-r--r--dev-lang/php/php-7.0.9-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.0.9-r2.ebuild b/dev-lang/php/php-7.0.9-r2.ebuild
index 1e440f6b9c5c..1a34de559f5e 100644
--- a/dev-lang/php/php-7.0.9-r2.ebuild
+++ b/dev-lang/php/php-7.0.9-r2.ebuild
@@ -484,7 +484,7 @@ src_configure() {
apache2)
if [[ "${one_sapi}" == "${sapi}" ]] ; then
- sapi_conf+=( --with-apxs2="${EPREFIX}/usr/sbin/apxs" )
+ sapi_conf+=( --with-apxs2="${EPREFIX}/usr/bin/apxs" )
else
sapi_conf+=( --without-apxs2 )
fi