diff options
author | Denys Vlasenko | 2023-05-08 12:31:34 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-05-08 12:31:34 +0200 |
commit | 465f05a4209b07e8a90bc80249d63e8ee07091da (patch) | |
tree | af6c1a865c24cf9b4627dc6a89ed9e0a34198099 | |
parent | 3c8e540eb7b7cd3d60d55bb195e26537f83eb836 (diff) | |
download | busybox-465f05a4209b07e8a90bc80249d63e8ee07091da.zip busybox-465f05a4209b07e8a90bc80249d63e8ee07091da.tar.gz |
build system: fix "Config.in:117 error: Overlong line"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -114,9 +114,10 @@ config TIME64 depends on LFS help Make times later than 2038 representable for several libc syscalls - (stat, clk_gettime etc.). Note this switch is specific to glibc and has - no effect on platforms that already use 64bit wide time types (i.e. all - 64bit archs and some selected 32bit archs (currently riscv and x32)). + (stat, clk_gettime etc.). Note this switch is specific to glibc + and has no effect on platforms that already use 64bit wide time types + (i.e. all 64bit archs and some selected 32bit archs (currently riscv + and x32)). config PAM bool "Support PAM (Pluggable Authentication Modules)" |