diff options
author | Yixun Lan <dlan@gentoo.org> | 2020-06-06 21:52:46 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2020-06-06 21:55:23 +0800 |
commit | aad422b52bba88b5da99a1894e6103a54d1cdcad (patch) | |
tree | 4a5fd81825b39156cccbfc4e24760d8578a53c2e | |
parent | sys-boot/plymouth-openrc-plugin: add proper blocker for systemd (diff) | |
download | gentoo-aad422b52bba88b5da99a1894e6103a54d1cdcad.tar.gz gentoo-aad422b52bba88b5da99a1894e6103a54d1cdcad.tar.bz2 gentoo-aad422b52bba88b5da99a1894e6103a54d1cdcad.zip |
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@gentoo.org>
-rw-r--r-- | net-fs/autofs/autofs-5.1.6-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-fs/autofs/autofs-5.1.6-r1.ebuild b/net-fs/autofs/autofs-5.1.6-r1.ebuild index 6e700965b9ce..5c9f596c3b73 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 |