mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
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:
@@ -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}" \
|
||||
Reference in New Issue
Block a user