summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2020-06-12 11:57:12 +0300
committerSergey Popov <pinkbyte@gentoo.org>2020-06-12 11:57:12 +0300
commit213a06aa96bac94631aece10780573672e99be6d (patch)
treeeb940b1e27bb89f98f9dadecf2fe26056935d52e /sys-apps/proot/proot-5.1.0-r2.ebuild
parentsys-apps/proot: use proper strip binary from toolchain (diff)
downloadgentoo-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/proot/proot-5.1.0-r2.ebuild')
-rw-r--r--sys-apps/proot/proot-5.1.0-r2.ebuild2
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" \