diff options
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/Config.ext | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index 9a90e0a8a4..d71cfb9986 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -175,10 +175,14 @@ config BR2_PACKAGE_PHP_EXT_PDO_SQLITE config BR2_PACKAGE_PHP_EXT_PDO_UNIXODBC bool "unixODBC" + depends on !BR2_STATIC_LIBS # unixodbc select BR2_PACKAGE_UNIXODBC help unixODBC driver for PDO +comment "unixodbc driver needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS + endif comment "Human language and character encoding support" |