diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-06-12 11:53:55 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-06-12 11:54:34 +0300 |
commit | 4ca5bac1ad650a5b13887f9baa8982fe820540f6 (patch) | |
tree | 4a4b22226b4a4cb66ab14d0ac1c2971e43b7e93b /sys-apps/proot | |
parent | www-client/vivaldi: Old (diff) | |
download | gentoo-4ca5bac1ad650a5b13887f9baa8982fe820540f6.tar.gz gentoo-4ca5bac1ad650a5b13887f9baa8982fe820540f6.tar.bz2 gentoo-4ca5bac1ad650a5b13887f9baa8982fe820540f6.zip |
sys-apps/proot: use proper strip binary from toolchain
Closes: https://bugs.gentoo.org/725844
Reported-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'sys-apps/proot')
-rw-r--r-- | sys-apps/proot/proot-5.1.0-r2.ebuild | 1 |
1 files changed, 1 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 32cc49074395..33c2ef1a6e65 100644 --- a/sys-apps/proot/proot-5.1.0-r2.ebuild +++ b/sys-apps/proot/proot-5.1.0-r2.ebuild @@ -37,6 +37,7 @@ src_compile() { # build the proot and care targets emake -C src V=1 \ CC="$(tc-getCC)" \ + STRIP="$(tc-getSTRIP)" \ CHECK_VERSION="true" \ CAREBUILDENV="ok" \ proot $(use care && echo "care") |