bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

libgit2 port not supporting ssh #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GIT_SSH remains undefined in libgit2 built through naclport. Thus repositories 
with ssh protocol fails. 

Forcing code path for GIT_SSH throws error "libssl2.h" not defined.

Looks like, the library is getting complied without libssh2 support.

Original issue reported on code.google.com by g...@chromium.org on 10 Oct 2014 at 7:34

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 10 Oct 2014 at 7:35

GoogleCodeExporter commented 9 years ago
Turns out it was needing libssh2 not libssh.  The fix is here:
https://codereview.chromium.org/654613003/

Original comment by sbc@google.com on 17 Oct 2014 at 1:03