We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594e420 commit 2126a43Copy full SHA for 2126a43
configs/components/curl.rb
@@ -4,11 +4,6 @@
4
pkg.url "https://curl.se/download/curl-#{pkg.get_version}.tar.gz"
5
pkg.mirror "#{settings[:buildsources_url]}/curl-#{pkg.get_version}.tar.gz"
6
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
-
12
pkg.build_requires "openssl-#{settings[:openssl_version]}"
13
pkg.build_requires "puppet-ca-bundle"
14
0 commit comments