dev-ruby/msgpack: backport fix for bug 582968 to x86-keyworded version

Package-Manager: portage-2.2.28
This commit is contained in:
Hans de Graaff
2016-05-30 20:10:29 +02:00
parent d17d755871
commit e7cd24f354

View File

@@ -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() {