From a761716f03c7eeb31fe6f53552a4e7b48da76c3c 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 8cdacdf85a..af0e37ac72 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.2