summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-01-20 01:40:54 +0000
committerPádraig Brady <P@draigBrady.com>2015-02-11 00:13:02 +0000
commitde1cbdd48244c66c51a3e2bc1594ac3ad32ce038 (patch)
tree715a345c03bb78e579f56b6950442642353b59ac /ChangeLog
parentffe64673c36168b0e62224429a4870427f2c68c4 (diff)
downloadgnulib-de1cbdd48244c66c51a3e2bc1594ac3ad32ce038.tar.gz
mountlist: only use libmount when specified
libmount can propagate device IDs provided by Linux in /proc/self/mountinfo. However there are currently many shared libs dependencies introduced by libmount with associated runtime and virt mem overhead. Therefore don't enable by default. * m4/ls-mntd-fs.m4: Use --with-libmount to enable at build time. Note the ac_cv_lib_libmount_mnt_table_parse_stream cache variable had a typo and so was ineffective, thus there is no backwards compatibility issue.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b5092dd0e..b769bbb79e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-02-11 Pádraig Brady <P@draigBrady.com>
+
+ mountlist: only use libmount when specified
+ There are currently many shared libs dependencies introduced by
+ libmount with associated runtime and virt mem overhead.
+ Therefore don't enable by default.
+ * m4/ls-mntd-fs.m4: Use --with-libmount to enable at build time.
+
2015-02-08 Daiki Ueno <ueno@gnu.org>
uniname/unimame-tests: don't link with -lunistring