diff --git a/configs/components/curl.rb b/configs/components/curl.rb index 925a953e7..1195ba852 100644 --- a/configs/components/curl.rb +++ b/configs/components/curl.rb @@ -4,11 +4,6 @@ pkg.url "https://curl.se/download/curl-#{pkg.get_version}.tar.gz" pkg.mirror "#{settings[:buildsources_url]}/curl-#{pkg.get_version}.tar.gz" - if platform.is_aix? - # Patch to disable _ALL_SOURCE when including select.h from multi.c. See patch for details. - pkg.apply_patch 'resources/patches/curl/curl-7.55.1-aix-poll.patch' - end - pkg.build_requires "openssl-#{settings[:openssl_version]}" pkg.build_requires "puppet-ca-bundle" diff --git a/configs/components/ruby-3.2.2.rb b/configs/components/ruby-3.2.2.rb index 25c6f7058..ba50535a2 100644 --- a/configs/components/ruby-3.2.2.rb +++ b/configs/components/ruby-3.2.2.rb @@ -49,12 +49,6 @@ if platform.is_aix? pkg.apply_patch "#{base}/reline_disable_terminfo.patch" - # TODO: Remove this patch once PA-1607 is resolved. - # pkg.apply_patch "#{base}/aix_configure.patch" - # pkg.apply_patch "#{base}/aix-fix-libpath-in-configure.patch" - # pkg.apply_patch "#{base}/aix-do-not-use-realpath.patch" - # pkg.apply_patch "#{base}/aix_ruby_2.1_fix_make_test_failure_r2.5.patch" - # pkg.apply_patch "#{base}/Remove-O_CLOEXEC-check-for-AIX-builds_r2.5.patch" end if platform.is_windows?