lastlog: stop building by default
Created a new configuration option `--enable-lastlog` to conditionally build the lastlog binary. By default the option is disabled. Resolves: https://github.com/shadow-maint/shadow/issues/674 Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
committed by
Serge Hallyn
parent
a0eeb9fbf2
commit
1bdcfa8d37
+4
-1
@@ -29,10 +29,13 @@ AM_CFLAGS = $(LIBBSD_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = groups login
|
||||
sbin_PROGRAMS = nologin
|
||||
ubin_PROGRAMS = faillog lastlog chage chfn chsh expiry gpasswd newgrp passwd
|
||||
ubin_PROGRAMS = faillog chage chfn chsh expiry gpasswd newgrp passwd
|
||||
if ENABLE_SUBIDS
|
||||
ubin_PROGRAMS += newgidmap newuidmap
|
||||
endif
|
||||
if ENABLE_LASTLOG
|
||||
ubin_PROGRAMS += lastlog
|
||||
endif
|
||||
if WITH_SU
|
||||
bin_PROGRAMS += su
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user