[oe-commits] [meta-openembedded] 01/11: php: define PACKAGECONFIG[] for valgrind

git at git.openembedded.org git at git.openembedded.org
Fri Aug 31 06:18:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 840850e834d9ee3d51b0ea9fcd169448e46e9747
Author: Slater, Joseph <joe.slater at windriver.com>
AuthorDate: Tue Aug 28 14:39:42 2018 -0700

    php: define PACKAGECONFIG[] for valgrind
    
    configure will look by default for valgrind.h in some host directories.
    We override this by setting --with-valgrind even if we do not want it.
    
    The default value of PACKAGECONFIG does not enable valgrind support.
    
    Signed-off-by: Joe Slater <joe.slater at windriver.com>
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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..22a3f81 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -92,6 +92,7 @@ PACKAGECONFIG[imap] = "--with-imap=${STAGING_DIR_HOST} \
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
 PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache"
 PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
+PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
 
 export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
 export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list