[Buildroot] [git commit] package/erlang-p1-acme: needs C++

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Mar 7 21:03:36 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=21b122af840cf9462111354501e6d3187ee91427
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
 - http://autobuild.buildroot.org/results/79310855f9a2abe569365ffd27e776f1a56dba2e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/erlang-p1-acme/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/erlang-p1-acme/Config.in b/package/erlang-p1-acme/Config.in
index 2cd1985a4b..2c0d1d0337 100644
--- a/package/erlang-p1-acme/Config.in
+++ b/package/erlang-p1-acme/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ERLANG_P1_ACME
 	bool "erlang-p1-acme"
+	depends on BR2_INSTALL_LIBSTDCPP # erlang-jiffy
 	select BR2_PACKAGE_ERLANG_IDNA
 	select BR2_PACKAGE_ERLANG_JIFFY
 	select BR2_PACKAGE_ERLANG_JOSE
@@ -8,3 +9,6 @@ config BR2_PACKAGE_ERLANG_P1_ACME
 	  ACME client library for Erlang.
 
 	  https://github.com/processone/p1_acme
+
+comment "erlang-p1-acme needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP


More information about the buildroot mailing list