From: Iker Pedrosa Date: Fri, 21 Jul 2023 06:26:51 +0000 (+0200) Subject: CI: compile old utmp interface in Fedora X-Git-Tag: 4.14.0-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02e3e04205e5cb46916408632a43f9fe7391b83f;p=thirdparty%2Fshadow.git CI: compile old utmp interface in Fedora Signed-off-by: Iker Pedrosa --- diff --git a/share/containers/fedora.dockerfile b/share/containers/fedora.dockerfile index 8cff68b17..b426da270 100644 --- a/share/containers/fedora.dockerfile +++ b/share/containers/fedora.dockerfile @@ -11,7 +11,7 @@ WORKDIR /usr/local/src/shadow/ RUN ./autogen.sh --enable-shadowgrp --enable-man --with-audit \ --with-sha-crypt --with-bcrypt --with-yescrypt --with-selinux \ --without-libcrack --without-libpam --enable-shared \ - --with-group-name-max-length=32 --enable-lastlog + --with-group-name-max-length=32 --enable-lastlog --enable-logind=no RUN make -kj4 || true RUN make RUN make install