Blame SOURCES/volume_key-0.3.9-config.h.patch

82e1f8
From 942017c862373a4ad03ed9fe05f274a1156d5b27 Mon Sep 17 00:00:00 2001
82e1f8
From: Sebastian Kisela <skisela@redhat.com>
82e1f8
Date: Mon, 9 Oct 2017 16:06:11 +0200
82e1f8
Subject: [PATCH] Do not include config.h in libvolume_key.h
82e1f8
82e1f8
The library's header file distributed in the devel package cannot include
82e1f8
the config.h file that is only available during build otherwise it's not
82e1f8
possible to use the library outside of the volume_key build process.
82e1f8
---
82e1f8
 lib/libvolume_key.h | 2 --
82e1f8
 1 file changed, 2 deletions(-)
82e1f8
82e1f8
diff --git a/lib/libvolume_key.h b/lib/libvolume_key.h
82e1f8
index 657b626..513f923 100644
82e1f8
--- a/lib/libvolume_key.h
82e1f8
+++ b/lib/libvolume_key.h
82e1f8
@@ -18,8 +18,6 @@ Author: Miloslav Trmač <mitr@redhat.com> */
82e1f8
 #ifndef LIBVOLUME_KEY_H__
82e1f8
 #define LIBVOLUME_KEY_H__
82e1f8
 
82e1f8
-#include <config.h>
82e1f8
-
82e1f8
 #include <cert.h>
82e1f8
 #include <glib.h>
82e1f8
 
82e1f8
-- 
82e1f8
2.9.5
82e1f8