Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/
Date: Thu, 31 Jan 2019 21:51:43
Message-Id: 1548971490.497bbb11e01c7262ab3599b9958b91bab9a9c4bd.slyfox@gentoo
1 commit: 497bbb11e01c7262ab3599b9958b91bab9a9c4bd
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jan 31 21:16:26 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 21:51:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497bbb11
7
8 dev-lang/erlang-21.1.1: fix build with -ssl
9
10 Closes: https://bugs.gentoo.org/676602
11 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 RepoMan-Options: --include-arches=""
14 Closes: https://github.com/gentoo/gentoo/pull/10956
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 dev-lang/erlang/erlang-21.1.1.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-lang/erlang/erlang-21.1.1.ebuild b/dev-lang/erlang/erlang-21.1.1.ebuild
21 index 28d0e2dc155..60e69404c7c 100644
22 --- a/dev-lang/erlang/erlang-21.1.1.ebuild
23 +++ b/dev-lang/erlang/erlang-21.1.1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -71,7 +71,7 @@ src_configure() {
31 $(use_with odbc)
32 $(use_enable sctp)
33 $(use_with ssl)
34 - $(use_with ssl ssl-rpath "no")
35 + $(usex ssl "--with-ssl-rpath" "")
36 $(use_enable ssl dynamic-ssl-lib)
37 $(use_enable systemd)
38 $(use_enable pgo)