summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <sultan@gentoo.org>2020-11-01 17:01:20 +0100
committerStephan Hartmann <sultan@gentoo.org>2020-11-01 17:02:19 +0100
commitd7fb59cb2cd44b9e0b0eb50cc2f7491202e0a204 (patch)
tree79844d8c70fdfe75e1c57e25bfc0febb85ff8452 /media-libs/libvpx
parentmedia-gfx/cellwriter: Stabilize 1.3.6 amd64, #707182 (diff)
downloadgentoo-d7fb59cb2cd44b9e0b0eb50cc2f7491202e0a204.tar.gz
gentoo-d7fb59cb2cd44b9e0b0eb50cc2f7491202e0a204.tar.bz2
gentoo-d7fb59cb2cd44b9e0b0eb50cc2f7491202e0a204.zip
media-libs/libvpx: disable stripping for static libraries
Closes: https://bugs.gentoo.org/752057 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r--media-libs/libvpx/libvpx-1.9.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild
index a437b47fa4fd..7263b998acd0 100644
--- a/media-libs/libvpx/libvpx-1.9.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.9.0.ebuild
@@ -104,7 +104,9 @@ multilib_src_configure() {
multilib_src_compile() {
# build verbose by default and do not build examples that will not be installed
- emake verbose=yes GEN_EXAMPLES=
+ # disable stripping of debug info, bug #752057
+ # (only works as long as upstream does not use non-gnu strip)
+ emake verbose=yes GEN_EXAMPLES= HAVE_GNU_STRIP=no
}
multilib_src_test() {