mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CMake: use builtin method to not use BZip2
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
parent
3b3306c552
commit
d104506f98
2 changed files with 4 additions and 2 deletions
|
@ -268,7 +268,7 @@ if [ "$QUICK" = "" ] ; then
|
|||
git reset --hard
|
||||
sed -i 's/SIZEOF_SIZE_T/__SIZEOF_SIZE_T__/g' lib/compat.h
|
||||
# also, don't deal with manuals and bzip2
|
||||
sed -i 's/ADD_SUBDIRECTORY(man)//;s/FIND_PACKAGE(BZip2)/# FIND_PACKAGE(BZip2)/' CMakeLists.txt
|
||||
sed -i 's/ADD_SUBDIRECTORY(man)//' CMakeLists.txt
|
||||
popd
|
||||
mkdir -p libzip-build-"$ARCH"
|
||||
pushd libzip-build-"$ARCH"
|
||||
|
@ -278,6 +278,7 @@ if [ "$QUICK" = "" ] ; then
|
|||
-DCMAKE_INSTALL_PREFIX="$PREFIX" \
|
||||
-DCMAKE_INSTALL_LIBDIR="lib" \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE \
|
||||
../libzip/
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue