mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ruby/msgpack: backport fix for bug 582968 to x86-keyworded version
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user