commit: 2b3fcea05dc849a012f025b78df5c4f255539e02 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu> AuthorDate: Sun Apr 18 14:43:27 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Apr 18 14:43:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b3fcea0
sys-fs/fscrypt: do not strip files Closes: https://bugs.gentoo.org/783780 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu> sys-fs/fscrypt/{fscrypt-0.3.0.ebuild => fscrypt-0.3.0-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-fs/fscrypt/fscrypt-0.3.0.ebuild b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild similarity index 95% rename from sys-fs/fscrypt/fscrypt-0.3.0.ebuild rename to sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild index a563ed815..f19412826 100644 --- a/sys-fs/fscrypt/fscrypt-0.3.0.ebuild +++ b/sys-fs/fscrypt/fscrypt-0.3.0-r1.ebuild @@ -79,6 +79,12 @@ PATCHES=( "${FILESDIR}/0001-Makefile-Optionally-avoid-installation-of-Ubuntu-spe.patch" ) +src_compile() { + # Set GO_LINK_FLAGS to the empty string, as fscrypt strips the + # binary by default. See bug #783780. + emake GO_LINK_FLAGS="" +} + src_install() { emake \ DESTDIR="${ED}" \
