inotify-tools: fix compiling

This commit is contained in:
kszaq 2016-12-27 06:10:11 +01:00
parent a5d29bcf24
commit 90f9708a83

View File

@ -33,6 +33,10 @@ PKG_IS_ADDON="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
pre_configure_target() {
CFLAGS="$CFLAGS -Wno-error=misleading-indentation"
}
makeinstall_target() {
: nothing to do
}