mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
php: add sqlite3 dependency when using external
Closes #1945 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8ac2bba9bb
commit
d9c2b63674
5
CHANGES
5
CHANGES
@ -7,8 +7,8 @@
|
|||||||
New packages: cgilua, copas, coxpcall, luafilesystem,
|
New packages: cgilua, copas, coxpcall, luafilesystem,
|
||||||
luasocket, rings, wsapi, xavante
|
luasocket, rings, wsapi, xavante
|
||||||
|
|
||||||
Updated/fixed packages: cdrkit, libidn, netperf, qt, tn5250,
|
Updated/fixed packages: cdrkit, libidn, netperf, php, qt,
|
||||||
usbutils
|
tn5250, usbutils
|
||||||
|
|
||||||
Removed packages: modutils
|
Removed packages: modutils
|
||||||
|
|
||||||
@ -20,6 +20,7 @@
|
|||||||
#1897: Bump libusb to 1.0.7
|
#1897: Bump libusb to 1.0.7
|
||||||
#1903: Bump tn5250 to 0.17.4 and migrate to autotargets
|
#1903: Bump tn5250 to 0.17.4 and migrate to autotargets
|
||||||
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|
||||||
|
#1945: PHP: add sqlite3 dependency when using external lib
|
||||||
|
|
||||||
2010.05, Released May 30th, 2010:
|
2010.05, Released May 30th, 2010:
|
||||||
|
|
||||||
|
@ -151,6 +151,7 @@ ifeq ($(BR2_PACKAGE_PHP_EXT_PDO),y)
|
|||||||
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_SQLITE),y)
|
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_SQLITE),y)
|
||||||
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_SQLITE_EXTERNAL),y)
|
ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_SQLITE_EXTERNAL),y)
|
||||||
PHP_CONF_OPT += --with-pdo-sqlite=$(STAGING_DIR)/usr
|
PHP_CONF_OPT += --with-pdo-sqlite=$(STAGING_DIR)/usr
|
||||||
|
PHP_DEPENDENCIES += sqlite
|
||||||
else
|
else
|
||||||
PHP_CONF_OPT += --with-pdo-sqlite
|
PHP_CONF_OPT += --with-pdo-sqlite
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user