diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-12 04:49:48 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-05-12 10:49:48 +0200 |
commit | f089206caa51ce7fe7af783bd6c335ac92c2fcc0 (patch) | |
tree | 359cd9e5e4bf50c4053954030048910040b2e324 /README | |
parent | ca3bad650423915223eb87525a6a89f455e6cc36 (diff) | |
download | systemd-f089206caa51ce7fe7af783bd6c335ac92c2fcc0.tar.gz |
README: update util-linux required compilation options (#5949)
Fixes #5563.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -127,7 +127,8 @@ REQUIREMENTS: glibc >= 2.16 libcap libmount >= 2.27.1 (from util-linux) - (util-linux *must* be built with --enable-libmount-force-mountinfo) + (util-linux < 2.29 *must* be built with --enable-libmount-force-mountinfo, + and later versions without --enable-libmount-support-mtab.) libseccomp >= 2.3.1 (optional) libblkid >= 2.24 (from util-linux) (optional) libkmod >= 15 (optional) |