diff --git a/config/software/ruby.rb b/config/software/ruby.rb index 47c679f41aa9a32e7e75b986addfd04f7d642506_Y29uZmlnL3NvZnR3YXJlL3J1YnkucmI=..b2732e96e0959a2908d909f128dcaa0c8355477b_Y29uZmlnL3NvZnR3YXJlL3J1YnkucmI= 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -52,11 +52,6 @@ build do env['CFLAGS'] << ' -fno-omit-frame-pointer' - # wrlinux7/ios_xr build boxes from Cisco include libssp and there is no way to - # disable ruby from linking against it, but Cisco switches will not have the - # library. Disabling it as we do for Solaris. - patch source: 'ruby-no-stack-protector.patch', plevel: 1, env: env if ios_xr? && version.satisfies?('>= 2.1') - # disable libpath in mkmf across all platforms, it trolls omnibus and # breaks the postgresql cookbook. i'm not sure why ruby authors decided # this was a good idea, but it breaks our use case hard. AIX cannot even