summaryrefslogtreecommitdiffstats
path: root/package/php/Config.ext
diff options
context:
space:
mode:
Diffstat (limited to 'package/php/Config.ext')
-rw-r--r--package/php/Config.ext5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext
index 7e6b3e0e25..9a90e0a8a4 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -45,9 +45,14 @@ config BR2_PACKAGE_PHP_EXT_PHAR
help
PHP Archive support
+comment "zip needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+
config BR2_PACKAGE_PHP_EXT_ZIP
bool "zip"
+ depends on !BR2_STATIC_LIBS # libzip
select BR2_PACKAGE_ZLIB
+ select BR2_PACKAGE_LIBZIP
help
Zip read/write support
OpenPOWER on IntegriCloud