Skip to content

Commit

Permalink
Update macOS curl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jun 25, 2021
1 parent 1a3f48c commit beb7eb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pak-builder/lib/curl.rb.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/Formula/curl.rb b/Formula/curl.rb
index e7ee788..2b1bf46 100644
index 9879271cf9..99a47b7e63 100644
--- a/Formula/curl.rb
+++ b/Formula/curl.rb
@@ -47,22 +47,27 @@ class Curl < Formula
@@ -45,21 +45,26 @@ class Curl < Formula
system "./buildconf" if build.head?

args = %W[
Expand All @@ -21,7 +21,6 @@ index e7ee788..2b1bf46 100644
- --with-default-ssl-backend=openssl
--with-gssapi
- --with-libidn2
--with-libmetalink
- --with-librtmp
- --with-libssh2
--without-libpsl
Expand Down

0 comments on commit beb7eb7

Please sign in to comment.