Commit 59a37fd1 authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

libgit2 on ubuntu 18.04 has a bad dependency

Summary: Ubuntu 18.04 libgit2 has clash with libcurl4-openssl-dev as it depends on libcurl4-gnutls-dev.  Should be ok from 20.04 again.  There is a description at https://github.com/r-hub/sysreqsdb/issues/77

Reviewed By: Croohand

Differential Revision: D32833245

fbshipit-source-id: 0ee6b8905e3b497c78763258b7508db731c85e70
parent fd808fcb
...@@ -4,8 +4,11 @@ name = libgit2 ...@@ -4,8 +4,11 @@ name = libgit2
[rpms] [rpms]
libgit2-devel libgit2-devel
[debs] # Ubuntu 18.04 libgit2 has clash with libcurl4-openssl-dev as it depends on
libgit2-dev # libcurl4-gnutls-dev. Should be ok from 20.04 again
# There is a description at https://github.com/r-hub/sysreqsdb/issues/77
# [debs]
# libgit2-dev
[download] [download]
url = https://github.com/libgit2/libgit2/archive/v0.28.1.tar.gz url = https://github.com/libgit2/libgit2/archive/v0.28.1.tar.gz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment