Skip to content

Commit 2126a43

Browse files
committed
(PA-5619) Remove curl's AIX patch
1 parent 594e420 commit 2126a43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configs/components/curl.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
pkg.url "https://curl.se/download/curl-#{pkg.get_version}.tar.gz"
55
pkg.mirror "#{settings[:buildsources_url]}/curl-#{pkg.get_version}.tar.gz"
66

7-
if platform.is_aix?
8-
# Patch to disable _ALL_SOURCE when including select.h from multi.c. See patch for details.
9-
pkg.apply_patch 'resources/patches/curl/curl-7.55.1-aix-poll.patch'
10-
end
11-
127
pkg.build_requires "openssl-#{settings[:openssl_version]}"
138
pkg.build_requires "puppet-ca-bundle"
149

0 commit comments

Comments
 (0)