summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/Config.in
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-12-09 13:25:26 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-12-09 12:40:01 +0100
commitc77fbc3a4631b82bc28787c45a941ee0c47104ce (patch)
tree2049c4e766fed690efb80e8dc8ad81e21b8a573e /package/lighttpd/Config.in
parent43692d3bb7f4d6cda337043af47a67295b09f6e3 (diff)
downloadbuildroot-c77fbc3a4631b82bc28787c45a941ee0c47104ce.tar.gz
buildroot-c77fbc3a4631b82bc28787c45a941ee0c47104ce.zip
lighttpd: disable static build
lighttpd modules support code requires shared libraries support. The scons based build system seems to be support static link of modules, but we currently don't use scons for lighttpd. Fixes: http://autobuild.buildroot.net/results/39c/39c027bf6b76a0f9c15a184f449dadacfaefe980/ [Peter: move to top of file to fix indentation of sub options] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r--package/lighttpd/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
index a5abf7ea08..0d794c93af 100644
--- a/package/lighttpd/Config.in
+++ b/package/lighttpd/Config.in
@@ -1,6 +1,11 @@
+comment "lighttpd needs a toolchain w/ dynamic library"
+ depends on BR2_USE_MMU
+ depends on BR2_PREFER_STATIC_LIB
+
config BR2_PACKAGE_LIGHTTPD
bool "lighttpd"
depends on BR2_USE_MMU # fork()
+ depends on !BR2_PREFER_STATIC_LIB
help
lighttpd a secure, fast, compliant and very flexible web-server
which has been optimized for high-performance environments. It
OpenPOWER on IntegriCloud