Skip to content

Commit

Permalink
Update for curl version 8.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>

modify configure options

Signed-off-by: poorndm <poorndm@progress.com>

Fix syntax error

Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed May 14, 2024
1 parent 99965d0 commit d30d192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/software/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
skip_transitive_dependency_licensing true

# version_list: url=https://curl.se/download/ filter=*.tar.gz
version("8.6.0") { source sha256: "9c6db808160015f30f3c656c0dec125feb9dc00753596bf858a272b5dd8dc398" }
version("8.4.0") { source sha256: "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427" }
version("7.85.0") { source sha256: "78a06f918bd5fde3c4573ef4f9806f56372b32ec1829c9ec474799eeee641c27" }
version("7.84.0") { source sha256: "3c6893d38d054d4e378267166858698899e9d87258e8ff1419d020c395384535" }
Expand Down Expand Up @@ -86,6 +87,8 @@
"--without-zstd",
]

configure_options += [ "--without-libpsl" ] if version.satisfies?(">=8.6.0")

configure(*configure_options, env: env)

make "-j #{workers}", env: env
Expand Down

0 comments on commit d30d192

Please sign in to comment.