diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-15 14:47:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 14:47:57 +0200 |
commit | d6e8096669fef4aa5132843fb488fa35de349901 (patch) | |
tree | ebe40ea741310a3e83128557acd86f9f5b1b61e5 /README | |
parent | 2e7063777d7424996799ecd66fdc3021da996d3a (diff) | |
download | systemd-d6e8096669fef4aa5132843fb488fa35de349901.tar.gz |
build-sys: require libmount >= 2.30 (#6795)
Fixes #4871.
The new libmount has two changes relevant for us:
- x-* options are propagated to /run/mount/utab and are visible through
libmount (fixes #4817).
- umount -c now really works (partially solves #6115).
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -131,9 +131,8 @@ REQUIREMENTS: glibc >= 2.16 libcap - libmount >= 2.27.1 (from util-linux) - (util-linux < 2.29 *must* be built with --enable-libmount-force-mountinfo, - and later versions without --enable-libmount-support-mtab.) + libmount >= 2.30 (from util-linux) + (util-linux *must* be built without --enable-libmount-support-mtab) libseccomp >= 2.3.1 (optional) libblkid >= 2.24 (from util-linux) (optional) libkmod >= 15 (optional) |