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
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue