[oe] [meta-oe][PATCH 1/1] php: specify no valgrind

Joe Slater joe.slater at windriver.com
Fri Aug 24 19:34:54 UTC 2018


configure will look by default for valgrind.h in some host directories.
We override this by setting --with-valgrind=no.

Signed-off-by: Joe Slater <joe.slater at windriver.com>
---
 meta-oe/recipes-devtools/php/php.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 4231fcc..ef03e66 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -47,6 +47,7 @@ EXTRA_OECONF = "--enable-mbstring \
                 --enable-wddx \
                 --enable-fpm \
                 --enable-zip \
+                --with-valgrind=no \
                 --with-libdir=${baselib} \
                 --with-gettext=${STAGING_LIBDIR}/.. \
                 --with-zlib=${STAGING_LIBDIR}/.. \
-- 
2.7.4




More information about the Openembedded-devel mailing list