mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
build-system: add zlib as library we know how to fetch
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
efdff9fd87
commit
605ce56ea2
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
|
||||
# set version of 3rd party libraries
|
||||
CURRENT_LIBZ="v1.2.11"
|
||||
CURRENT_LIBZIP="rel-1-5-1"
|
||||
CURRENT_LIBGIT2="v0.26.0"
|
||||
CURRENT_HIDAPI="hidapi-0.7.0"
|
||||
|
@ -177,6 +178,9 @@ for package in "${PACKAGES[@]}" ; do
|
|||
openssl)
|
||||
git_checkout_library openssl $CURRENT_OPENSSL https://github.com/openssl/openssl.git
|
||||
;;
|
||||
libz)
|
||||
git_checkout_library libz $CURRENT_LIBZ https://github.com/madler/zlib.git
|
||||
;;
|
||||
libzip)
|
||||
git_checkout_library libzip $CURRENT_LIBZIP https://github.com/nih-at/libzip.git
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue