mirror of https://github.com/mirror/busybox.git
build system: fix "Config.in:117 error: Overlong line"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>master
parent
3c8e540eb7
commit
465f05a420
|
@ -114,9 +114,10 @@ config TIME64
|
||||||
depends on LFS
|
depends on LFS
|
||||||
help
|
help
|
||||||
Make times later than 2038 representable for several libc syscalls
|
Make times later than 2038 representable for several libc syscalls
|
||||||
(stat, clk_gettime etc.). Note this switch is specific to glibc and has
|
(stat, clk_gettime etc.). Note this switch is specific to glibc
|
||||||
no effect on platforms that already use 64bit wide time types (i.e. all
|
and has no effect on platforms that already use 64bit wide time types
|
||||||
64bit archs and some selected 32bit archs (currently riscv and x32)).
|
(i.e. all 64bit archs and some selected 32bit archs (currently riscv
|
||||||
|
and x32)).
|
||||||
|
|
||||||
config PAM
|
config PAM
|
||||||
bool "Support PAM (Pluggable Authentication Modules)"
|
bool "Support PAM (Pluggable Authentication Modules)"
|
||||||
|
|
Loading…
Reference in New Issue