diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-01-31 22:16:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-31 21:51:30 +0000 |
commit | 497bbb11e01c7262ab3599b9958b91bab9a9c4bd (patch) | |
tree | cf452aabc91e7f57e6ff861ac18d62a920a5946f | |
parent | app-text/docbook-xml-simple-dtd-4.1.2.4-r3: alpha stable (diff) | |
download | gentoo-497bbb11e01c7262ab3599b9958b91bab9a9c4bd.tar.gz gentoo-497bbb11e01c7262ab3599b9958b91bab9a9c4bd.tar.bz2 gentoo-497bbb11e01c7262ab3599b9958b91bab9a9c4bd.zip |
dev-lang/erlang-21.1.1: fix build with -ssl
Closes: https://bugs.gentoo.org/676602
Signed-off-by: Rolf Eike Beer <eike@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@gentoo.org>
-rw-r--r-- | dev-lang/erlang/erlang-21.1.1.ebuild | 4 |
1 files 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 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) |