commit:     c992e05ebb19be8c3982a4617ed3fb216531eb86
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 10:00:24 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 10:03:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c992e05e

net-fs/autofs: fix pre-stripped files error

skip the autofs build script's strip operation
and fallback to portage's default.

Closes: https://bugs.gentoo.org/72738
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-fs/autofs/autofs-5.1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/autofs/autofs-5.1.6-r1.ebuild 
b/net-fs/autofs/autofs-5.1.6-r1.ebuild
index 5c9f596c3b7..051a07e4bdf 100644
--- a/net-fs/autofs/autofs-5.1.6-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.6-r1.ebuild
@@ -90,7 +90,7 @@ src_configure() {
 }
 
 src_compile() {
-       tc-export AR CC LD STRIP
+       export DONTSTRIP=1
        default
 }
 

Reply via email to