diff options
Diffstat (limited to 'dev-lang/ruby/ruby-3.2.6-r4.ebuild')
| -rw-r--r-- | dev-lang/ruby/ruby-3.2.6-r4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/ruby/ruby-3.2.6-r4.ebuild b/dev-lang/ruby/ruby-3.2.6-r4.ebuild index 6344b359b053..6d1a46a3cc03 100644 --- a/dev-lang/ruby/ruby-3.2.6-r4.ebuild +++ b/dev-lang/ruby/ruby-3.2.6-r4.ebuild @@ -156,6 +156,9 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing + # Avoid a compile error with certain USE flag combinations when + # using std=gnu23, bug #945643 and bug #945502 + append-cflags -std=gnu17 # Workaround for bug #938302 if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then @@ -168,10 +171,6 @@ src_configure() { # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER - - # The socks code has a function prototype without parameters, - # bug #945502 - append-cflags -std=gnu17 fi # Increase GC_MALLOC_LIMIT if set (default is 8000000) |
