summaryrefslogtreecommitdiff
path: root/package/ejabberd
diff options
context:
space:
mode:
authorFrank Hunleth <fhunleth@troodon-software.com>2016-02-02 14:57:35 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-20 18:51:16 +0100
commit861ebf9111ab432857d6fbd98680bbf4996cfd07 (patch)
treeea7cf2044c97ca21e4e3ca368262d8f4f766b6c6 /package/ejabberd
parenta42e850b05341a5883fd2d3af85ba90898b0872c (diff)
erlang-p1-stringprep: bump to version 1.0.0
This version includes C++ code, so also add dependency on a C++ compiler. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> [Thomas: - propagate new C++ dependency to ejabberd, as noticed by Romain Naour - fix license information and license files. Not all the code is under the TCL license, in fact most of the code is under the Apache-2.0 license, and some additional license files have been added to clarify this.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ejabberd')
-rw-r--r--package/ejabberd/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ejabberd/Config.in b/package/ejabberd/Config.in
index 7b4e99b79..5d176c3af 100644
--- a/package/ejabberd/Config.in
+++ b/package/ejabberd/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_EJABBERD
bool "ejabberd"
depends on BR2_PACKAGE_ERLANG
+ depends on BR2_INSTALL_LIBSTDCPP # stringprep
select BR2_PACKAGE_ERLANG_LAGER
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
select BR2_PACKAGE_ERLANG_P1_ICONV
@@ -18,5 +19,5 @@ config BR2_PACKAGE_EJABBERD
http://www.ejabberd.im
-comment "ejabberd needs erlang"
- depends on !BR2_PACKAGE_ERLANG
+comment "ejabberd needs erlang, toolchain w/ C++"
+ depends on !BR2_PACKAGE_ERLANG || !BR2_INSTALL_LIBSTDCPP