diff options
Diffstat (limited to 'meta-webserver/recipes-php/xdebug')
-rw-r--r-- | meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb index e57783baa6..3c4d8e4024 100644 --- a/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb +++ b/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb | |||
@@ -15,7 +15,9 @@ inherit autotools | |||
15 | EXTRA_OECONF += "--enable-xdebug -with-php-config=${STAGING_BINDIR_CROSS}/php-config" | 15 | EXTRA_OECONF += "--enable-xdebug -with-php-config=${STAGING_BINDIR_CROSS}/php-config" |
16 | 16 | ||
17 | do_configure() { | 17 | do_configure() { |
18 | cd ${S} | ||
18 | ${STAGING_BINDIR_CROSS}/phpize | 19 | ${STAGING_BINDIR_CROSS}/phpize |
20 | cd ${B} | ||
19 | 21 | ||
20 | # Running autoreconf as autotools_do_configure would do here | 22 | # Running autoreconf as autotools_do_configure would do here |
21 | # breaks the libtool configuration resulting in a failure later | 23 | # breaks the libtool configuration resulting in a failure later |