File tree Expand file tree Collapse file tree 6 files changed +17
-19
lines changed
build.linux64x64/third-party Expand file tree Collapse file tree 6 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,12 @@ $(LIBGIT2ARCHIVE):
2222$(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME): $(LIBGIT2ARCHIVE)
2323 tar x -f $(LIBGIT2ARCHIVE) -C $(THIRDPARTYDIR)
2424 cd $(LIBGIT2DIR) \
25- && cmake \
25+ && PKG_CONFIG_PATH=$(THIRDPARTYLIBDIR)/pkgconfig cmake \
2626 -DCMAKE_INSTALL_PREFIX=$(THIRDPARTYOUTDIR) \
2727 -DUSE_SSH=ON \
2828 -DBUILD_CLAR=OFF \
2929 -DCMAKE_C_FLAGS="-m64" \
30- -DLIBSSH2_FOUND=ON \
31- -DLIBSSH2_INCLUDE_DIRS=$(THIRDPARTYINCLUDEDIR) \
32- -DLIBSSH2_LIBRARY_DIRS=$(THIRDPARTYLIBDIR) \
33- -DLIBSSH2_LIBRARIES=$(THIRDPARTYLIBDIR)/libssh2.so \
30+ -DOPENSSL_ROOT_DIR=$(THIRDPARTYOUTDIR) \
3431 && make \
3532 && make install
3633
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ $(THIRDPARTYLIBDIR)/$(LIBSSH2LIBNAME): $(LIBSSH2ARCHIVE)
2626 --prefix='$(THIRDPARTYOUTDIR)' \
2727 CFLAGS='-m64' \
2828 LDFLAGS='-m64' \
29+ CPPFLAGS='-I$(THIRDPARTYINCLUDEDIR)' \
2930 && make \
3031 && make install
3132
Original file line number Diff line number Diff line change 1- libgit2_spec_download_url:= https://github.com/libgit2/libgit2/archive/v0.25 .1.tar.gz
2- libgit2_spec_archive_name:= libgit2-v0.25 .1.tar.gz
3- libgit2_spec_unpack_dir_name:= libgit2-0.25 .1
4- libgit2_spec_product_name_macOS:= libgit2.0.25 .1.dylib
5- libgit2_spec_product_name_linux:= libgit2.so.0.25 .1
1+ libgit2_spec_download_url:= https://github.com/libgit2/libgit2/archive/v0.28 .1.tar.gz
2+ libgit2_spec_archive_name:= libgit2-v0.28 .1.tar.gz
3+ libgit2_spec_unpack_dir_name:= libgit2-0.28 .1
4+ libgit2_spec_product_name_macOS:= libgit2.0.28 .1.dylib
5+ libgit2_spec_product_name_linux:= libgit2.so.0.28 .1
66libgit2_spec_product_name_windows:= libgit2.dll
77libgit2_spec_symlinks_macOS:= libgit2*.dylib
88libgit2_spec_symlinks_linux:= libgit2.so*
Original file line number Diff line number Diff line change 1- libpng_spec_download_url:= ftp://ftp-osl.osuosl.org/pub/libpng/src/archive/gz/libpng12/libpng-1.2.49 .tar.gz
2- libpng_spec_archive_name:= libpng-1.2.49 .tar.gz
3- libpng_spec_unpack_dir_name:= libpng-1.2.49
1+ libpng_spec_download_url:= ftp://ftp-osl.osuosl.org/pub/libpng/src/archive/gz/libpng12/libpng-1.6.36 .tar.gz
2+ libpng_spec_archive_name:= libpng-1.6.36 .tar.gz
3+ libpng_spec_unpack_dir_name:= libpng-1.6.36
44libpng_spec_product_name_macOS:= libpng12.0.dylib
55libpng_spec_product_name_linux:=
66libpng_spec_product_name_windows:= libpng12-0.dll
Original file line number Diff line number Diff line change 1- libssh2_spec_download_url:= https://www.libssh2.org/download/libssh2-1.7.0 .tar.gz
2- libssh2_spec_archive_name:= libssh2-1.7.0 .tar.gz
3- libssh2_spec_unpack_dir_name:= libssh2-1.7.0
1+ libssh2_spec_download_url:= https://www.libssh2.org/download/libssh2-1.8.2 .tar.gz
2+ libssh2_spec_archive_name:= libssh2-1.8.2 .tar.gz
3+ libssh2_spec_unpack_dir_name:= libssh2-1.8.2
44libssh2_spec_product_name_macOS:= libssh2.1.dylib
55libssh2_spec_product_name_linux:= libssh2.so.1.0.1
66libssh2_spec_product_name_windows:= libssh2-1.dll
Original file line number Diff line number Diff line change 1- openssl_spec_download_url:= https://www.openssl.org/source/openssl-1.0.2q .tar.gz
2- openssl_spec_archive_name:= openssl-1.0.2q .tar.gz
3- openssl_spec_unpack_dir_name:= openssl-1.0.2q
1+ openssl_spec_download_url:= https://www.openssl.org/source/openssl-1.0.2r .tar.gz
2+ openssl_spec_archive_name:= openssl-1.0.2r .tar.gz
3+ openssl_spec_unpack_dir_name:= openssl-1.0.2r
44openssl_spec_product1_name_macOS:= libssl.1.0.0.dylib
55openssl_spec_product2_name_macOS:= libcrypto.1.0.0.dylib
66openssl_spec_product1_name_linux:= libssl.so.1.0.0
You can’t perform that action at this time.
0 commit comments