Should fix the collision with different PHP versions when installing the ini files
This commit is contained in:
parent
2aa54e1797
commit
bc09416869
2 changed files with 7 additions and 2 deletions
4
debian/pkg.php.in
vendored
4
debian/pkg.php.in
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
mod debian/sqlite3.ini
|
mod debian/sqlite3.ini priority=20 sapi=all
|
||||||
mod debian/pdo_sqlite.ini
|
mod debian/pdo_sqlite.ini priority=20 sapi=all
|
||||||
|
|
|
||||||
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -46,6 +46,11 @@ PDO_BUILD_DIR := $(PDO_SRC_DIR)/build
|
||||||
%:
|
%:
|
||||||
dh $@ --with php
|
dh $@ --with php
|
||||||
|
|
||||||
|
|
||||||
|
override_dh_php:
|
||||||
|
dh_php --php-version=$(PHP_VER)
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# 1) Build SQLCipher
|
# 1) Build SQLCipher
|
||||||
cd "$(SQLCIPHER_SRC_DIR)" && env -u DEB_BUILD_MAINT_OPTIONS -u DEB_CFLAGS_MAINT_APPEND \
|
cd "$(SQLCIPHER_SRC_DIR)" && env -u DEB_BUILD_MAINT_OPTIONS -u DEB_CFLAGS_MAINT_APPEND \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue