commit: 72fec15f678067927e3684403f2e4f78836bbc0b Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Tue Jul 7 08:15:20 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 07:54:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fec15f
dev-lua/luasec: Fix #730030 Fix compiling with clang/llvm toolchain. Closes: https://bugs.gentoo.org/730030 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lua/luasec/luasec-0.7.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-lua/luasec/luasec-0.7.ebuild b/dev-lua/luasec/luasec-0.7.ebuild index d6ddcf8c569..4dc8f5927ae 100644 --- a/dev-lua/luasec/luasec-0.7.ebuild +++ b/dev-lua/luasec/luasec-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,8 +25,8 @@ RDEPEND=" >=dev-lang/lua-5.1:0[deprecated] dev-lua/luasocket !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default @@ -36,8 +36,7 @@ src_prepare() { src_compile() { emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ + CC="$(tc-getCC)" LD="$(tc-getCC)" LIB_PATH="" \ linux }
