aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2015-09-03 20:40:21 +0059
committerStuart Shelton <stuart@shelton.me>2015-09-03 20:40:21 +0059
commita99b88c26c582364527f0871c50fbee008f84f10 (patch)
treed70a8bb2fc7b98c4e05f8e980873fd875a745c6c /eclass
parentUpdate sys-libs/db-5.1.29-r1 (diff)
downloadsrcshelton-a99b88c26c582364527f0871c50fbee008f84f10.tar.gz
srcshelton-a99b88c26c582364527f0871c50fbee008f84f10.tar.bz2
srcshelton-a99b88c26c582364527f0871c50fbee008f84f10.zip
Update eclass/php-ext-source-r2.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source-r2.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index db1caf8a..acf18411 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: ad82feec6c323385b97a11f6ac83f442f111a7f0 $
+# $Id: de046611ba7e329f9ee3b69339ab772d7f6dff16 $
# @ECLASS: php-ext-source-r2.eclass
# @MAINTAINER:
@@ -129,10 +129,10 @@ php-ext-source-r2_src_prepare() {
# Runs phpize and autotools in addition to the standard src_unpack
php-ext-source-r2_phpize() {
if [[ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]] ; then
- # Create configure out of config.m4
- # I wish I could run this to solve #329071, but I cannot
- #autotools_run_tool ${PHPIZE}
- ${PHPIZE}
+ # Create configure out of config.m4. We use autotools_run_tool
+ # to avoid some warnings about WANT_AUTOCONF and
+ # WANT_AUTOMAKE (see bugs #329071 and #549268).
+ autotools_run_tool ${PHPIZE}
# force run of libtoolize and regeneration of related autotools
# files (bug 220519)
rm aclocal.m4