From e7cd24f354a4b86225c02ca707ce7811c86b7ffe Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 30 May 2016 20:10:29 +0200 Subject: [PATCH] dev-ruby/msgpack: backport fix for bug 582968 to x86-keyworded version Package-Manager: portage-2.2.28 --- dev-ruby/msgpack/msgpack-0.7.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ruby/msgpack/msgpack-0.7.4.ebuild b/dev-ruby/msgpack/msgpack-0.7.4.ebuild index d6f6e81f595f..bb9d9cc3c81f 100644 --- a/dev-ruby/msgpack/msgpack-0.7.4.ebuild +++ b/dev-ruby/msgpack/msgpack-0.7.4.ebuild @@ -33,6 +33,10 @@ all_ruby_prepare() { each_ruby_configure() { ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension failed." + + # rb_num2int is not inlined on 32 bit arches but also not explicitly + # defined, bug 582968 + sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die } each_ruby_compile() { -- 2.26.2