#3140 closed Bug (fixed)
Transmission doesn't build with Curl 7.15.5
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.93 |
Component: | Transmission | Version: | 1.92 |
Severity: | Normal | Keywords: | |
Cc: |
Description
CentOS ships with 7.15.5, which we claim to support, but compilation fails due to our use of CURLOPT_SOCKOPTDATA, which was added in 7.15.6.
However we're only using that function to reduce the size of the socket's read and write buffers. That's a nice-to-have, but it's not essential... so we could wrap those calls in an #ifdef for systems that have 7.15.6 and higher.
Change History (4)
comment:1 Changed 13 years ago by charles
- Owner set to charles
- Status changed from new to assigned
- Summary changed from doesn't build with 7.15.5 to Transmission doesn't build with Curl 7.15.5
comment:2 Changed 13 years ago by charles
- Keywords backport-1.9x added
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 13 years ago by charles
- Keywords backport-1.9x removed
- Milestone changed from 2.00 to 1.93
backported to 1.9x by r10572
comment:4 Changed 13 years ago by charles
- Type changed from Enhancement to Bug
Note: See
TracTickets for help on using
tickets.
Fixed in trunk for 2.00 by r10484