mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #1099 from kszaq/fix_inotify
inotify-tools: fix compiling
This commit is contained in:
commit
3ccd255ceb
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user