fix buldled static build on Windows/MinGW (#761) #763

Merged
github-actions[bot] merged 1 commits from cherry-pick-715594906-release-0.27 into release-0.27 2021-04-04 10:28:49 -05:00
github-actions[bot] commented 2021-04-03 20:45:27 -05:00 (Migrated from github.com)

seems like need more libraries in LDFLAGS:

  • ws2_32 for socket, connect, htonl, etc
  • ole32 for CoInitializeEx
  • rpcrt4 for UuidCreate
  • crypt32 for CertFreeCertificateContext

(cherry picked from commit 0d7c8dadb4)

seems like need more libraries in LDFLAGS: * ws2_32 for socket, connect, htonl, etc * ole32 for CoInitializeEx * rpcrt4 for UuidCreate * crypt32 for CertFreeCertificateContext (cherry picked from commit 0d7c8dadb465a0236d0f130a0cfd5179502f191d)
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#763
No description provided.