summaryrefslogtreecommitdiffstats
path: root/package/erlang
diff options
context:
space:
mode:
Diffstat (limited to 'package/erlang')
-rw-r--r--package/erlang/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/erlang/Config.in b/package/erlang/Config.in
index 0566582c1e..56830dae44 100644
--- a/package/erlang/Config.in
+++ b/package/erlang/Config.in
@@ -1,11 +1,11 @@
comment "erlang needs a toolchain w/ threads, shared library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS && BR2_PREFER_STATIC_LIB
+ depends on !BR2_TOOLCHAIN_HAS_THREADS && BR2_STATIC_LIBS
config BR2_PACKAGE_ERLANG
bool "erlang"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
help
Erlang is a programming language used to build massively scalable
soft real-time systems with requirements on high availability.
OpenPOWER on IntegriCloud