diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-06-12 11:57:12 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-06-12 11:57:12 +0300 |
commit | 213a06aa96bac94631aece10780573672e99be6d (patch) | |
tree | eb940b1e27bb89f98f9dadecf2fe26056935d52e /sys-apps | |
parent | sys-apps/proot: use proper strip binary from toolchain (diff) | |
download | gentoo-213a06aa96bac94631aece10780573672e99be6d.tar.gz gentoo-213a06aa96bac94631aece10780573672e99be6d.tar.bz2 gentoo-213a06aa96bac94631aece10780573672e99be6d.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/proot/proot-5.1.0-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/proot/proot-5.1.0-r2.ebuild b/sys-apps/proot/proot-5.1.0-r2.ebuild index 33c2ef1a6e65..0b43af65d9a5 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" \ |