1
0
Fork 0

Should fix the collision with different PHP versions when installing the ini files

This commit is contained in:
Miguel Jacq 2025-10-15 11:15:15 +11:00
parent 2aa54e1797
commit bc09416869
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 7 additions and 2 deletions

4
debian/pkg.php.in vendored
View file

@ -1,2 +1,2 @@
mod debian/sqlite3.ini
mod debian/pdo_sqlite.ini
mod debian/sqlite3.ini priority=20 sapi=all
mod debian/pdo_sqlite.ini priority=20 sapi=all

5
debian/rules vendored
View file

@ -46,6 +46,11 @@ PDO_BUILD_DIR := $(PDO_SRC_DIR)/build
%:
dh $@ --with php
override_dh_php:
dh_php --php-version=$(PHP_VER)
override_dh_auto_build:
# 1) Build SQLCipher
cd "$(SQLCIPHER_SRC_DIR)" && env -u DEB_BUILD_MAINT_OPTIONS -u DEB_CFLAGS_MAINT_APPEND \