summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r--package/lighttpd/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
index 0d794c93af..2c101e7b04 100644
--- a/package/lighttpd/Config.in
+++ b/package/lighttpd/Config.in
@@ -1,11 +1,11 @@
comment "lighttpd needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
- depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_STATIC_LIBS
config BR2_PACKAGE_LIGHTTPD
bool "lighttpd"
depends on BR2_USE_MMU # fork()
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
help
lighttpd a secure, fast, compliant and very flexible web-server
which has been optimized for high-performance environments. It
OpenPOWER on IntegriCloud