summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-zlib
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile-zlib')
-rw-r--r--dev-scheme/guile-zlib/guile-zlib-0.1.0-r1.ebuild (renamed from dev-scheme/guile-zlib/guile-zlib-0.1.0.ebuild)10
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-scheme/guile-zlib/guile-zlib-0.1.0.ebuild b/dev-scheme/guile-zlib/guile-zlib-0.1.0-r1.ebuild
index fb293dfdba44..46d194b84e7f 100644
--- a/dev-scheme/guile-zlib/guile-zlib-0.1.0.ebuild
+++ b/dev-scheme/guile-zlib/guile-zlib-0.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -41,3 +41,11 @@ src_configure() {
# We need /${libdir} with shared library here.
econf LIBZ_LIBDIR="${EPREFIX}/$(get_libdir)"
}
+
+src_install() {
+ default
+
+ # Workaround llvm-strip problem of mangling guile ELF debug
+ # sections: https://bugs.gentoo.org/905898
+ dostrip -x "/usr/$(get_libdir)/guile"
+}