mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
xdebug: fix for S != B
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
09ec4b8eaf
commit
99dafe2330
|
|
@ -15,7 +15,9 @@ inherit autotools
|
|||
EXTRA_OECONF += "--enable-xdebug -with-php-config=${STAGING_BINDIR_CROSS}/php-config"
|
||||
|
||||
do_configure() {
|
||||
cd ${S}
|
||||
${STAGING_BINDIR_CROSS}/phpize
|
||||
cd ${B}
|
||||
|
||||
# Running autoreconf as autotools_do_configure would do here
|
||||
# breaks the libtool configuration resulting in a failure later
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user