diff options
author | 2022-01-12 16:21:11 +0800 | |
---|---|---|
committer | 2022-01-12 16:22:13 +0800 | |
commit | 2ef45c528f7d3945514fc3a2e3bb97f48e449e4f (patch) | |
tree | dd8977ac6aa2dedb950610c670fccf6cdf25aca7 /net-fs/autofs | |
parent | net-proxy/haproxy: Bumps (diff) | |
download | gentoo-2ef45c528f7d3945514fc3a2e3bb97f48e449e4f.tar.gz gentoo-2ef45c528f7d3945514fc3a2e3bb97f48e449e4f.tar.bz2 gentoo-2ef45c528f7d3945514fc3a2e3bb97f48e449e4f.zip |
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@gentoo.org>
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/autofs-5.1.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index 94722954432..2081b5d2a5c 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() { |