diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-01-20 12:13:30 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-01-20 12:13:30 +0000 |
commit | 8ccac80f9df8a0ae9deb64f2783e09fb7260e87a (patch) | |
tree | f8af8d218250b2d3eeecc4a29092b91c56ba66a7 /eclass/php-ext-pecl-r2.eclass | |
parent | Stable on amd64 wrt bug #349587 (diff) | |
download | gentoo-2-8ccac80f9df8a0ae9deb64f2783e09fb7260e87a.tar.gz gentoo-2-8ccac80f9df8a0ae9deb64f2783e09fb7260e87a.tar.bz2 gentoo-2-8ccac80f9df8a0ae9deb64f2783e09fb7260e87a.zip |
Fixed issue #352026
Diffstat (limited to 'eclass/php-ext-pecl-r2.eclass')
-rw-r--r-- | eclass/php-ext-pecl-r2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass index cc4c40cb4cc5..c5091b747403 100644 --- a/eclass/php-ext-pecl-r2.eclass +++ b/eclass/php-ext-pecl-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r2.eclass,v 1.2 2010/10/06 19:58:45 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r2.eclass,v 1.3 2011/01/20 12:13:30 olemarkus Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Luca Longinotti <chtekk@gentoo.org> @@ -43,6 +43,8 @@ PECL_PKG_V="${PECL_PKG}-${MY_PV}" [[ -z "${PHP_EXT_NAME}" ]] && PHP_EXT_NAME="${PECL_PKG}" +S="${WORKDIR}/${PECL_PKG_V}" + inherit php-ext-source-r2 EXPORT_FUNCTIONS src_compile src_install src_test @@ -56,7 +58,6 @@ fi SRC_URI="http://pecl.php.net/get/${FILENAME}" HOMEPAGE="http://pecl.php.net/${PECL_PKG}" -S="${WORKDIR}/${PECL_PKG_V}" # @FUNCTION: php-ext-pecl-r1_src_compile # @DESCRIPTION: |