Skip to content

Commit

Permalink
Patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 30, 2024
1 parent fc11e94 commit 276a39b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flexdll-windows/flexdll-windows.0.42/opam
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ extra-files: [
["patches/no-gcc_eh.patch" "md5=65bdd2a32d0777a9d8b315df91632166"]
]
url {
src: "https://github.com/alainfrisch/flexdll/archive/0.42.tar.gz"
src: "https://github.com/ocaml/flexdll/archive/0.42.tar.gz"
checksum: "9464ae7a7e566ba7c96336cf2f34cc73"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/curl-helper.c b/curl-helper.c
index 6e3c748..9558cfa 100644
--- a/curl-helper.c
+++ b/curl-helper.c
@@ -3329,10 +3329,13 @@ SETOPT_LONG( BUFFERSIZE)
SETOPT_STRING( AWS_SIGV4)
#endif

+#undef TCP_KEEPALIVE
SETOPT_BOOL( TCP_KEEPALIVE)

+#undef TCP_KEEPIDLE
SETOPT_LONG( TCP_KEEPIDLE)

+#undef TCP_KEEPINTVL
SETOPT_LONG( TCP_KEEPINTVL)

/**
6 changes: 6 additions & 0 deletions packages/ocurl-windows/ocurl-windows.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ build: [
"@install"
]
]
patches: [
"patches/undef.patch"
]
extra-files: [
["patches/undef.patch" "md5=6a9b6d85af9f73c6c22ae918baa36ed9"]
]
depends: [
"ocaml-windows" {>= "4.02.0"}
"dune"
Expand Down

0 comments on commit 276a39b

Please sign in to comment.