sys-fs/fscrypt: do not strip files

Closes: https://bugs.gentoo.org/783780
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
Florian Schmaus
2021-04-18 16:43:27 +02:00
parent 409b2f7a15
commit 2b3fcea05d

View File

@@ -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}" \