mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
misc: remove unnecessary --build for libgit2 and check recent openDHT version
Change-Id: Ic6f2cd3e0b0cf839dc602231ad4b0a4914968b2e
This commit is contained in:
@ -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 $@
|
||||
|
Reference in New Issue
Block a user