commit:     7580ffa8e480ef7fbc31d1cb99d8057c74a141b4
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 21:01:06 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 22:36:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7580ffa8

dev-lang/php: use apxs from /usr/bin instead of /usr/sbin.

Gentoo-Bug: 502384

Package-Manager: portage-2.2.28

 dev-lang/php/php-5.6.24-r2.ebuild | 2 +-
 dev-lang/php/php-7.0.9-r2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-5.6.24-r2.ebuild 
b/dev-lang/php/php-5.6.24-r2.ebuild
index 7788578..6ba6a81 100644
--- a/dev-lang/php/php-5.6.24-r2.ebuild
+++ b/dev-lang/php/php-5.6.24-r2.ebuild
@@ -494,7 +494,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

diff --git a/dev-lang/php/php-7.0.9-r2.ebuild b/dev-lang/php/php-7.0.9-r2.ebuild
index 1e440f6..1a34de5 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

Reply via email to