Skip to content

Commit 22eed5f

Browse files
committed
restore dependencies but it *shouldn't* be necessary :(
1 parent 269e032 commit 22eed5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.linux32x86/third-party/Makefile.libgit2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ $(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME): $(LIBGIT2ARCHIVE)
3232
-DUSE_SSH=ON \
3333
-DBUILD_CLAR=OFF \
3434
-DCMAKE_C_FLAGS="-m32" \
35+
-DOPENSSL_FOUND=ON \
36+
-DOPENSSL_INCLUDE_DIRS=$(THIRDPARTYINCLUDEDIR) \
37+
-DOPENSSL_LIBRARY_DIRS=$(THIRDPARTYLIBDIR) \
38+
-DOPENSSL_LIBRARIES=$(THIRDPARTYLIBDIR)/libssl.so \
39+
-DLIBSSH2_FOUND=ON \
40+
-DLIBSSH2_INCLUDE_DIRS=$(THIRDPARTYINCLUDEDIR) \
41+
-DLIBSSH2_LIBRARY_DIRS=$(THIRDPARTYLIBDIR) \
42+
-DLIBSSH2_LIBRARIES=$(THIRDPARTYLIBDIR)/libssh2.so \
3543
&& sed -i.bak 's/x86_64-linux-gnu/i386-linux-gnu/g' CMakeCache.txt \
3644
&& make \
3745
&& make install

0 commit comments

Comments
 (0)