shaka-packager/.github
Joey Parrish e2d66b33fa fix: Fix crash in static-linked linux builds
The official, static-linked linux builds were crashing in their use of
getaddrinfo, which libcurl was configured to use.  Both getaddrinfo
and all of its alternatives available in glibc fail with static
linking.

We can fix this by configuring libcurl to use libc-ares on Linux
instead.  This allows us to keep the benefits of a statically-linked
Linux binary.

Closes #996

Change-Id: Ib4a9eb939813fd165727788726459ef4adf3fc4d
2021-10-14 10:35:49 -07:00
..
workflows fix: Fix crash in static-linked linux builds 2021-10-14 10:35:49 -07:00
ISSUE_TEMPLATE.md Update github issue template with mailing list for test files 2017-06-02 18:16:41 +00:00