From 8df6789a9d4284c360146c53d24e56d442006237 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 4 Aug 2018 12:20:47 -0700 Subject: 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 --- scripts/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index 406bcbb08..8e2381e6e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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 -- cgit v1.2.3-70-g09d2