On 2025/05/01 23:41, Klemens Nanni wrote: > 26.04.2025 14:29, Klemens Nanni пишет: > > Any testers?
I don't have a good way to test minidlna any more. The changes look sane though. > -CONFIGURE_STYLE= gnu > +CONFIGURE_STYLE= autoconf > +AUTOCONF_VERSION= 2.71 > +AUTOMAKE_VERSION= 1.16 With CONFIGURE_STYLE=autoconf you'll get a build dependency on autoconf but not automake. Is automake actually needed? If not then I'd drop AUTOMAKE_VERSION. If it is needed, maybe it needs a different CONFIGURE_STYLE, or at least a BUILD_DEPENDS.