commit:     aad422b52bba88b5da99a1894e6103a54d1cdcad
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 13:52:46 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 13:55:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad422b5

net-fs/autofs: fix calling 'strip' explicitly

Closes: https://bugs.gentoo.org/727226
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 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net-fs/autofs/autofs-5.1.6-r1.ebuild 
b/net-fs/autofs/autofs-5.1.6-r1.ebuild
index 6e700965b9c..5c9f596c3b7 100644
--- a/net-fs/autofs/autofs-5.1.6-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.6-r1.ebuild
@@ -89,6 +89,11 @@ src_configure() {
        econf "${myeconfargs[@]}"
 }
 
+src_compile() {
+       tc-export AR CC LD STRIP
+       default
+}
+
 src_install() {
        default
        rmdir "${D}"/run

Reply via email to