summaryrefslogtreecommitdiffstats
path: root/libmount/src/version.c
diff options
context:
space:
mode:
authorKarel Zak2014-03-21 12:34:39 +0100
committerKarel Zak2014-03-21 12:34:39 +0100
commit83a783320b987a0ab9790ea5fad2eb2f77baaf3b (patch)
tree47631a02b043b87e7d07c6b5502bc54325aae707 /libmount/src/version.c
parentinclude/debug: add another debug macros (diff)
downloadkernel-qcow2-util-linux-83a783320b987a0ab9790ea5fad2eb2f77baaf3b.tar.gz
kernel-qcow2-util-linux-83a783320b987a0ab9790ea5fad2eb2f77baaf3b.tar.xz
kernel-qcow2-util-linux-83a783320b987a0ab9790ea5fad2eb2f77baaf3b.zip
libmount: use new debug functions
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/version.c')
-rw-r--r--libmount/src/version.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmount/src/version.c b/libmount/src/version.c
index b72956230..1a1213419 100644
--- a/libmount/src/version.c
+++ b/libmount/src/version.c
@@ -22,12 +22,13 @@ static const char *lib_features[] = {
#ifdef HAVE_LIBSELINUX
"selinux",
#endif
-#ifdef CONFIG_LIBMOUNT_DEBUG
- "debug",
+#ifdef HAVE_SMACK
+ "smack",
#endif
#ifdef CONFIG_LIBMOUNT_ASSERT
"assert",
#endif
+ "debug", /* always enabled */
NULL
};