Merge pull request #1099 from kszaq/fix_inotify

inotify-tools: fix compiling
This commit is contained in:
Christian Hewitt 2016-12-27 12:32:28 +04:00 committed by GitHub
commit 3ccd255ceb

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
}