Bug#886815: Help with libgit2 needed to strip code copy from r-cran-git2r

2018-01-10 Thread Andreas Tille
Hi Aaron, On Wed, Jan 10, 2018 at 06:37:17PM -0500, Aaron M. Ucko wrote: > Andreas Tille writes: > > > Hi, > > Hi, Andreas. > > > gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/include/git2 > > -DGIT_ARCH_64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DGIT_OPENSSL >

Bug#886815: Help with libgit2 needed to strip code copy from r-cran-git2r

2018-01-10 Thread Aaron M. Ucko
Andreas Tille writes: > Hi, Hi, Andreas. > gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/include/git2 > -DGIT_ARCH_64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DGIT_OPENSSL > -DLIBGIT2_NO_FEATURES_H -DGIT_SHA1_OPENSSL - DGIT_SSH -DGIT_CURL >

Bug#886815: Help with libgit2 needed to strip code copy from r-cran-git2r

2018-01-10 Thread Andreas Tille
Hi, r-cran-git2r was rejected by ftpmaster[1] due to the code copy of libgit2. I intended to fix this by removing the code copy and linking against the Debian packaged libgit2. The attempt to do so can be found in Git[2]. Unfortunately that seems to be not as simple as I was hoping for since