Open stintel opened 2 years ago
I've run into the same trouble. After a small investigation I've found that the real problem here is that autoreconf can not generate proper configure script because of missing gettext, motion's Makefile has include for nls.mk and adds +BUILD_NLS:libintl-full
into dependencies list, docs for BUILD_NLS symbols says that it enables gettext support instead of the default OpenWrt stubs
. Not sure how these stubs should work and where they are, but it seems it doesn't work for motion:(
TLDR: to fix it - go to make menuconfig
-> Global build settings
and enable Compile with full language support
Maintainer: @roger- /cc @neheb Environment: OpenWrt master r18538-8cdc356f8c on bcm27xx/bcm2711 (rpi4)
Description: Motion doesn't build.