coverity: disable Doxygen when building projects

Change-Id: I2fe2f80eb3ec00e9b6c0a3c0ee96e1a0da217b27
This commit is contained in:
Vadim Yanitskiy 2021-10-24 13:17:45 +03:00 committed by laforge
parent 2ab3f7d4dc
commit 72e42f70d5
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
do_build() {
autoreconf --install --force
./configure --prefix="$prefix" --with-systemdsystemunitdir=no $*
./configure \
--prefix="$prefix" \
--with-systemdsystemunitdir=no \
--disable-doxygen \
$*
make $PARALLEL_MAKE
make install