Sort alphabetically configuration options

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2024-09-13 09:24:39 +02:00
commit 4642a65eb4

View file

@ -127,22 +127,22 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
autoreconf
%configure \
--disable-account-tools-setuid \
--enable-lastlog \
--enable-logind=no \
--enable-man \
--enable-shadowgrp \
--enable-man \
--enable-shared \
--with-audit \
--with-libpam \
--with-sha-crypt \
--with-bcrypt \
--with-yescrypt \
--with-group-name-max-length=32 \
--with-libpam \
--with-selinux \
--with-sha-crypt \
--with-yescrypt \
--without-libbsd \
--without-libcrack \
--without-sssd \
--enable-shared \
--with-group-name-max-length=32 \
--enable-lastlog \
--enable-logind=no \
--disable-account-tools-setuid
--without-sssd
%make_build
%install