Merge pull request #1716 from InuSasha/fixes/inotify-tools

inotify-tools: build without doxygen
This commit is contained in:
Lukas Rusak 2017-06-23 12:09:55 -07:00 committed by GitHub
commit 8b39f7355e

View File

@ -30,7 +30,7 @@ PKG_AUTORECONF="yes"
PKG_IS_ADDON="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-doxygen"
pre_configure_target() {
CFLAGS="$CFLAGS -Wno-error=misleading-indentation"