diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:13:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:13:54 +0300 |
commit | ccfd4e9c8c499638139b15c25a86d2a4df3ff2ad (patch) | |
tree | b09e9728a56515f86a1def17292d613936db04d2 /core/util-linux | |
parent | 4784cead0de558f7116f3e0c99bc50ea7849d616 (diff) | |
download | repository-ccfd4e9c8c499638139b15c25a86d2a4df3ff2ad.tar.gz |
util-linux: do not build su and login
Diffstat (limited to 'core/util-linux')
-rwxr-xr-x | core/util-linux/build | 2 | ||||
-rw-r--r-- | core/util-linux/version | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/core/util-linux/build b/core/util-linux/build index 28e318c5..f93ababb 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -15,6 +15,8 @@ --disable-rpath \ --disable-kill \ --disable-sulogin \ + --disable-su \ + --disable-login \ --without-udev \ --without-python \ --without-systemd \ diff --git a/core/util-linux/version b/core/util-linux/version index 9d025f66..8c675879 100644 --- a/core/util-linux/version +++ b/core/util-linux/version @@ -1 +1 @@ -2.34 5 +2.34 6 |