dev-lang/erlang-21.1.1: fix build with -ssl
authorRolf Eike Beer <eike@sf-mail.de>
Thu, 31 Jan 2019 21:16:26 +0000 (22:16 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 31 Jan 2019 21:51:30 +0000 (21:51 +0000)
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>
dev-lang/erlang/erlang-21.1.1.ebuild

index 28d0e2dc1553c372cc6ac7ed94518dd76461bee8..60e69404c7c11cf3537047e368f25a14940cb7c6 100644 (file)
@@ -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)