mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
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@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -92,6 +92,7 @@ PACKAGECONFIG[imap] = "--with-imap=${STAGING_DIR_HOST} \
|
|||||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
||||||
PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache"
|
PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache"
|
||||||
PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
|
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_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
|
||||||
export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
|
export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
|
||||||
|
|||||||
Reference in New Issue
Block a user