summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-05-01 12:48:29 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-05-01 22:20:31 +0200
commitfba6a491a8c2b9aeeed1da7f03c08f38d636e8a0 (patch)
treedb8c69a620206ee2feeb747d8c02d2481bd35fe8
parent22a59e1bc2cf8040fc22facbd70e6c3fb5b72981 (diff)
downloadbuildroot-fba6a491a8c2b9aeeed1da7f03c08f38d636e8a0.tar.gz
buildroot-fba6a491a8c2b9aeeed1da7f03c08f38d636e8a0.zip
php: readline needs dynamic library
Fixes: http://autobuild.buildroot.net/results/604/604995ecf88e97976cbb9e4257ce85df66934ff3/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/php/Config.ext4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext
index e529409a05..499509037e 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -15,8 +15,12 @@ config BR2_PACKAGE_PHP_EXT_OPCACHE
help
Enable the Zend OPcache accelerator.
+comment "Readline needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+
config BR2_PACKAGE_PHP_EXT_READLINE
bool "Readline"
+ depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help
OpenPOWER on IntegriCloud