~alpine/aports

testing/php7: Fix bug #5198 :: sqlite3 & pdo_sqlite now uses system libsqlite3 not bundled one. v1 PROPOSED

Valery Kartel: 1
 testing/php7: Fix bug #5198 :: sqlite3 & pdo_sqlite now uses system libsqlite3 not bundled one.

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2409/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/php7: Fix bug #5198 :: sqlite3 & pdo_sqlite now uses system libsqlite3 not bundled one. Export this patch

---
 testing/php7/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD
index 597d187..8a56b5d 100644
--- a/testing/php7/APKBUILD
+++ b/testing/php7/APKBUILD
@@ -148,7 +148,7 @@ _build() {
		--with-ldap=shared --with-ldap-sasl \
		--enable-mbstring=shared --enable-mbregex --with-libmbfl \
		--with-mcrypt=shared \
		--with-sqlite3=shared --with-pdo-sqlite=shared \
		--with-sqlite3=shared,/usr --with-pdo-sqlite=shared,/usr \
		--with-pdo-dblib=shared \
		--with-mysqli=shared,/usr/bin/mysql_config \
		--enable-mysqlnd=shared --with-pdo-mysql=shared,/usr/bin/mysql_config --with-mysql-sock=/run/mysqld/mysqld.sock \
-- 
2.7.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---