Skip to content

Commit 79e29f0

Browse files
authored
Merge 68c1865 into 72506af
2 parents 72506af + 68c1865 commit 79e29f0

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
lines changed

build.linux64x64/third-party/Makefile.libgit2

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

build.linux64x64/third-party/Makefile.libssh2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

third-party/libgit2.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
66
libgit2_spec_product_name_windows:=libgit2.dll
77
libgit2_spec_symlinks_macOS:=libgit2*.dylib
88
libgit2_spec_symlinks_linux:=libgit2.so*

third-party/libpng.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
libpng_spec_product_name_macOS:=libpng12.0.dylib
55
libpng_spec_product_name_linux:=
66
libpng_spec_product_name_windows:=libpng12-0.dll

third-party/libssh2.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
libssh2_spec_product_name_macOS:=libssh2.1.dylib
55
libssh2_spec_product_name_linux:=libssh2.so.1.0.1
66
libssh2_spec_product_name_windows:=libssh2-1.dll

third-party/openssl.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
openssl_spec_product1_name_macOS:=libssl.1.0.0.dylib
55
openssl_spec_product2_name_macOS:=libcrypto.1.0.0.dylib
66
openssl_spec_product1_name_linux:=libssl.so.1.0.0

0 commit comments

Comments
 (0)