From: Rolf Eike Beer Date: Thu, 31 Jan 2019 21:16:26 +0000 (+0100) Subject: dev-lang/erlang-21.1.1: fix build with -ssl X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=497bbb11e01c7262ab3599b9958b91bab9a9c4bd;p=gentoo.git dev-lang/erlang-21.1.1: fix build with -ssl Closes: https://bugs.gentoo.org/676602 Signed-off-by: Rolf Eike Beer Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="" Closes: https://github.com/gentoo/gentoo/pull/10956 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-lang/erlang/erlang-21.1.1.ebuild b/dev-lang/erlang/erlang-21.1.1.ebuild index 28d0e2dc1553..60e69404c7c1 100644 --- a/dev-lang/erlang/erlang-21.1.1.ebuild +++ b/dev-lang/erlang/erlang-21.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -71,7 +71,7 @@ src_configure() { $(use_with odbc) $(use_enable sctp) $(use_with ssl) - $(use_with ssl ssl-rpath "no") + $(usex ssl "--with-ssl-rpath" "") $(use_enable ssl dynamic-ssl-lib) $(use_enable systemd) $(use_enable pgo)