commit: 497bbb11e01c7262ab3599b9958b91bab9a9c4bd Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Thu Jan 31 21:16:26 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Jan 31 21:51:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497bbb11
dev-lang/erlang-21.1.1: fix build with -ssl Closes: https://bugs.gentoo.org/676602 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> 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 <slyfox <AT> gentoo.org> dev-lang/erlang/erlang-21.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/erlang/erlang-21.1.1.ebuild b/dev-lang/erlang/erlang-21.1.1.ebuild index 28d0e2dc155..60e69404c7c 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)
