mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
inotify-tools: fix compiling
This commit is contained in:
parent
a5d29bcf24
commit
90f9708a83
@ -33,6 +33,10 @@ PKG_IS_ADDON="no"
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -Wno-error=misleading-indentation"
|
||||||
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
: nothing to do
|
: nothing to do
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user