mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
608 B
C
19 lines
608 B
C
Description: Different handling of signals and threads.
|
|
Forwarded: not-needed
|
|
Author: Peter Pentchev <roam@FreeBSD.org>
|
|
Last-Update: 2010-12-18
|
|
|
|
--- lib/url.c.orig 2018-10-30 06:47:16 UTC
|
|
+++ lib/url.c
|
|
@@ -536,6 +536,10 @@ CURLcode Curl_init_userdefined(struct Cu
|
|
set->fnmatch = ZERO_NULL;
|
|
set->upkeep_interval_ms = CURL_UPKEEP_INTERVAL_DEFAULT;
|
|
set->maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */
|
|
+#if defined(__FreeBSD_version)
|
|
+ /* different handling of signals and threads */
|
|
+ set->no_signal = TRUE;
|
|
+#endif
|
|
set->httpversion =
|
|
#ifdef USE_NGHTTP2
|
|
CURL_HTTP_VERSION_2TLS
|