commit:     e4fb7ae55443e73a360834b161e3a62dacf9a900
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 11:13:31 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 11:53:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fb7ae5

dev-php/xdebug-client: don't call CC directly

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/xdebug-client/xdebug-client-2.9.8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
index ad1c2866a29..36607c13f71 100644
--- a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
@@ -9,7 +9,7 @@ MY_PN="xdebug"
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"
 
-inherit autotools
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
 HOMEPAGE="https://xdebug.org/";
@@ -32,6 +32,7 @@ src_prepare() {
 }
 
 src_configure() {
+       tc-export CC LD
        econf $(use_with libedit)
 }
 

Reply via email to