From 5e796145f9bba22039d9e65360d338826ed8a9fa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 3 Oct 2013 12:27:19 +0200 Subject: [PATCH] php: Build sqlite2 support for PDO. --- lfs/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/php b/lfs/php index 994b969e6c..ca2cc13e6f 100644 --- a/lfs/php +++ b/lfs/php @@ -114,7 +114,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-mysql-sock=/var/run/mysql \ --with-ncurses \ --with-pdo-mysql \ - --without-pdo-sqlite \ + --with-pdo-sqlite \ --with-readline \ --enable-sockets \ --with-xsl \ -- 2.39.5