kimageformats: do not install documentation for libzip (#9168)

This should help to solve/avoid issues like
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54130
This commit is contained in:
Daniel Novomeský 2022-12-08 19:04:05 +01:00 committed by GitHub
parent 99b565c9a9
commit c0e4bb8d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ make install -j$(nproc)
cd $SRC
cd libzip
cmake . -DBUILD_SHARED_LIBS=OFF
cmake . -DBUILD_SHARED_LIBS=OFF -DBUILD_DOC=OFF
make install -j$(nproc)
cd $SRC