commit: 2ef45c528f7d3945514fc3a2e3bb97f48e449e4f Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Wed Jan 12 08:21:11 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed Jan 12 08:22:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef45c52
net-fs/autofs: fix strip symbol issue Closes: https://bugs.gentoo.org/831052 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> net-fs/autofs/autofs-5.1.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index 94722954432a..2081b5d2a5c5 100644 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild @@ -96,7 +96,7 @@ src_configure() { } src_compile() { - emake DONTSTRIP=1 + emake STRIP=: DONTSTRIP=1 } src_install() {
