#61057 closed defect (fixed)
libgit2 @1.0.1: Undefined symbols _htonll
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | Cc: | ||
Port: | libgit2 |
Description
libgit2 @1.0.1 fails to build on OS X 10.9 and earlier:
Undefined symbols for architecture x86_64: "_htonll", referenced from: _ntlm_client_response in ntlm.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Change History (3)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
I filed an upstream issue here: https://github.com/libgit2/libgit2/issues/5613