mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: update libzip to 1.5.1
This also switches us to libzip's new official home on GitHub, and takes into account that libzip no longer supports autotools and instead now is cmake based. Building against that, on my Mac build system, Subsurface once again correctly opens DLD files downloaded from divelogs.de. Fixes #1534 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a65a8267a5
commit
8df6789a9d
3 changed files with 6 additions and 3 deletions
|
@ -274,7 +274,9 @@ if [[ $PLATFORM = Darwin && "$BUILD_DEPS" == "1" ]] ; then
|
|||
pushd libzip
|
||||
mkdir -p build
|
||||
cd build
|
||||
../configure CFLAGS="$OLDER_MAC" --prefix=$INSTALL_ROOT
|
||||
cmake $OLDER_MAC_CMAKE -DCMAKE_BUILD_TYPE=$DEBUGRELEASE \
|
||||
-DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT \
|
||||
..
|
||||
make -j4
|
||||
make install
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue