public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/fscrypt/
@ 2021-04-18 14:43 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2021-04-18 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2b3fcea05dc849a012f025b78df5c4f255539e02
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Sun Apr 18 14:43:27 2021 +0000
Commit:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
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}" \


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-18 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18 14:43 [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/fscrypt/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox