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

Khem Raj raj.khem at gmail.com
Fri Aug 24 20:22:08 UTC 2018


On Fri, Aug 24, 2018 at 12:35 PM Joe Slater <joe.slater at windriver.com> wrote:
>
> 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 \

perhaps turning it into a packageconfig is better.

>                  --with-libdir=${baselib} \
>                  --with-gettext=${STAGING_LIBDIR}/.. \
>                  --with-zlib=${STAGING_LIBDIR}/.. \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list