afflib (3.5.12-2) 04-fix-afdiskprint.patch

Summary

 tools/afdiskprint.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Author: Cristian Greco <cristian@regolo.cc>
Description: fix libexpat detection in afdiskprint.

--- a/tools/afdiskprint.cpp
+++ b/tools/afdiskprint.cpp
@@ -30,7 +30,7 @@
 #include "base64.h"
 #include "hashextent.h"
 
-#ifdef HAVE_EXPAT
+#ifdef HAVE_LIBEXPAT
 
 #include <openssl/evp.h>