commit:     213a06aa96bac94631aece10780573672e99be6d
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 08:57:12 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 08:57:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213a06aa

sys-apps/proot: use proper objcopy/objdump from toolchain as well

Bug: https://bugs.gentoo.org/725844
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 sys-apps/proot/proot-5.1.0-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/proot/proot-5.1.0-r2.ebuild 
b/sys-apps/proot/proot-5.1.0-r2.ebuild
index 33c2ef1a6e6..0b43af65d9a 100644
--- a/sys-apps/proot/proot-5.1.0-r2.ebuild
+++ b/sys-apps/proot/proot-5.1.0-r2.ebuild
@@ -37,6 +37,8 @@ src_compile() {
        # build the proot and care targets
        emake -C src V=1 \
                CC="$(tc-getCC)" \
+               OBJCOPY="$(tc-getOBJCOPY)" \
+               OBJDUMP="$(tc-getOBJDUMP)" \
                STRIP="$(tc-getSTRIP)" \
                CHECK_VERSION="true" \
                CAREBUILDENV="ok" \

Reply via email to