[oe-commits] [meta-openembedded] 23/26: php: add "--without-sqlite3 --without-pdo-sqlite"

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 06:18:48 UTC 2018


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

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

commit eaf93e8c671c23d531d57cd3d559781c4e77ff72
Author: Max Kellermann <max.kellermann at gmail.com>
AuthorDate: Thu Sep 27 14:55:18 2018 +0200

    php: add "--without-sqlite3 --without-pdo-sqlite"
    
    Removing "sqlite3" from `PACKAGECONFIG` doesn't actually disable
    SQLite, because those options default to "yes".  It just switches from
    the system SQLite to PHP's internal SQLite copy.
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/php/php.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 9eacabe..99a25b9 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -79,7 +79,7 @@ PACKAGECONFIG[mysql] = "--with-mysql=${STAGING_DIR_TARGET}${prefix} \
 
 PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
                           --with-pdo-sqlite=${STAGING_LIBDIR}/.. \
-                          , \
+                          ,--without-sqlite3 --without-pdo-sqlite \
                           ,sqlite3"
 PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql"
 PACKAGECONFIG[soap] = "--enable-libxml --enable-soap, --disable-soap, libxml2"

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


More information about the Openembedded-commits mailing list