misc: remove unnecessary --build for libgit2 and check recent openDHT version

Change-Id: Ic6f2cd3e0b0cf839dc602231ad4b0a4914968b2e
This commit is contained in:
Sébastien Blin
2021-05-11 16:43:50 -04:00
parent b1ab54fcdc
commit c71db26718
2 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,5 @@ libgit2: libgit2-v$(LIBGIT2_VERSION).tar.gz .sum-libgit2
.libgit2: libgit2
cd $< && mkdir -p build && cd build \
&& $(CMAKE) -DCMAKE_C_FLAGS=-fPIC -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DUSE_HTTPS=OFF -DCURL=OFF -DUSE_HTTP_PARSER=system -DBUILD_CLAR=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_SSH=OFF -DREGEX_BACKEND=regcomp .. \
&& $(CMAKE) --build . \
&& $(MAKE) install
touch $@