Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php-ext-source-r1.eclass
Date: Fri, 09 May 2008 13:02:06
Message-Id: E1JuSEe-0001US-Mp@stork.gentoo.org
1 hoffie 08/05/09 13:02:04
2
3 Modified: php-ext-source-r1.eclass
4 Log:
5 hopefully fixing bug 220519 (libtool-related php extension b0rkage)
6
7 Revision Changes Path
8 1.19 eclass/php-ext-source-r1.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source-r1.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source-r1.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source-r1.eclass?r1=1.18&r2=1.19
13
14 Index: php-ext-source-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- php-ext-source-r1.eclass 9 May 2008 12:35:05 -0000 1.18
21 +++ php-ext-source-r1.eclass 9 May 2008 13:02:04 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.18 2008/05/09 12:35:05 hoffie Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.19 2008/05/09 13:02:04 hoffie Exp $
27 #
28 # Author: Tal Peer <coredumb@g.o>
29 # Author: Stuart Herbert <stuart@g.o>
30 @@ -56,13 +56,13 @@
31 # @DESCRIPTION:
32 # Runs phpize and autotools in addition to the standard src_unpack
33 php-ext-source-r1_phpize() {
34 -# # Create configure out of config.m4
35 -# ${PHPIZE}
36 -# # force run of libtoolize and regeneration of related autotools
37 -# # files (bug 220519)
38 -# rm aclocal.m4
39 -# eautoreconf
40 - :
41 + has_php
42 + # Create configure out of config.m4
43 + ${PHPIZE}
44 + # force run of libtoolize and regeneration of related autotools
45 + # files (bug 220519)
46 + rm aclocal.m4
47 + eautoreconf
48 }
49
50 # @FUNCTION: php-ext-source-r1_src_compile
51 @@ -81,11 +81,6 @@
52 # Set the correct config options
53 my_conf="--prefix=${PHPPREFIX} --with-php-config=${PHPCONFIG} ${my_conf}"
54
55 - # Create configure out of config.m4
56 - if [[ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]] ; then
57 - ${PHPIZE}
58 - fi
59 -
60 # Concurrent PHP Apache2 modules support
61 if has_concurrentmodphp ; then
62 append-ldflags "-Wl,--version-script=${ROOT}/var/lib/php-pkg/${PHP_PKG}/php${PHP_VERSION}-ldvs"
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list