Skip to content

Commit

Permalink
share/containers: update build flags for fedora 40
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
  • Loading branch information
ikerexxe committed Apr 25, 2024
1 parent 091e5e2 commit aee6d6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions share/containers/fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ RUN ./autogen.sh \
--enable-shadowgrp \
--enable-man \
--with-audit \
--with-libpam \
--with-sha-crypt \
--with-bcrypt \
--with-yescrypt \
--with-selinux \
--without-libpam \
--enable-shared \
--without-libbsd \
--without-libcrack \
--without-sssd \
--enable-shared \
--with-group-name-max-length=32 \
--enable-lastlog \
--enable-logind=no
--enable-logind=no \
--disable-account-tools-setuid
RUN make -Orecurse -j4
RUN bash -c "trap 'cat <tests/unit/test-suite.log >&2' ERR; make check;"
RUN make install
Expand Down

0 comments on commit aee6d6f

Please sign in to comment.