mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
--disable-utmp unsets HAVE_UTMP_H which prevents including of <utmp.h>, however, `login_tty` is defined in that header. in gcc 14, this is an implicit declaration error, so we have to disable `login_tty` as well.