sys-libs/libcap: Attempt to not run objcopy directly

Bug: https://bugs.gentoo.org/806274
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler 2021-08-03 14:04:04 +02:00
parent 5ebcdff276
commit 58fe79a2ae
No known key found for this signature in database
GPG Key ID: 571DD2D0343C6039
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ run_emake() {
}
src_configure() {
tc-export AR CC RANLIB
tc-export AR CC OBJCOPY RANLIB
tc-export_build_env BUILD_CC
multilib-minimal_src_configure
}