Skip to content

Commit

Permalink
fix compilation when functions are not inlined
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/629164
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
graaff committed Apr 2, 2018
1 parent 893115b commit f6f3043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ all_ruby_prepare() {

each_ruby_configure() {
${RUBY} -Cext/mri extconf.rb || die

# Some methods may not be inlined on x86 but they are not defined either, bug 629164
sed -i -e 's:-Wl,--no-undefined::' ext/mri/Makefile || die
}

each_ruby_compile() {
Expand Down

0 comments on commit f6f3043

Please sign in to comment.