Displaying 1 result from an estimated 1 matches for "eba5ec8".
Did you mean:
  eba54ec0
  
2017 Feb 27
1
[PATCH] lib: Require libmagic.
...it mandatory.
Reported by: Solarix on IRC
---
 docs/guestfs-building.pod |  2 +-
 lib/filearch.c            | 20 --------------------
 m4/guestfs_libraries.m4   |  7 ++++---
 3 files changed, 5 insertions(+), 24 deletions(-)
diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod
index eba5ec8..53a4d94 100644
--- a/docs/guestfs-building.pod
+++ b/docs/guestfs-building.pod
@@ -177,7 +177,7 @@ Various core features will be disabled if hivex is not available.
 
 =item libmagic
 
-Optional.  This is the library used by the L<file(1)> command.
+I<Required>.  This is the library us...