|
@@ -176,6 +176,10 @@ ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL),y)
|
|
|
PHP_CONF_OPTS += --with-pdo-pgsql=$(STAGING_DIR)/usr
|
|
|
PHP_DEPENDENCIES += postgresql
|
|
|
endif
|
|
|
+ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_UNIXODBC),y)
|
|
|
+PHP_CONF_OPTS += --with-pdo-odbc=unixODBC,$(STAGING_DIR)/usr
|
|
|
+PHP_DEPENDENCIES += unixodbc
|
|
|
+endif
|
|
|
endif
|
|
|
|
|
|
### Use external PCRE if it's available
|