]> git.pld-linux.org Git - packages/volume_key.git/blob - volume_key-config.h.patch
Initial release (with upstream patches)
[packages/volume_key.git] / volume_key-config.h.patch
1 The library's header file distributed in the devel package cannot include\r
2 the config.h file that is only available during build otherwise it's not\r
3 possible to use the library outside of the volume_key build process.\r
4 \r
5 Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>\r
6 ---\r
7  lib/libvolume_key.h | 2 --\r
8  1 file changed, 2 deletions(-)\r
9 \r
10 diff --git a/lib/libvolume_key.h b/lib/libvolume_key.h\r
11 index 657b626..513f923 100644\r
12 --- a/lib/libvolume_key.h\r
13 +++ b/lib/libvolume_key.h\r
14 @@ -18,8 +18,6 @@ Author: Miloslav Trmač <mitr@redhat.com> */\r
15  #ifndef LIBVOLUME_KEY_H__\r
16  #define LIBVOLUME_KEY_H__\r
17  \r
18 -#include <config.h>\r
19 -\r
20  #include <cert.h>\r
21  #include <glib.h>\r
22  \r
23 -- \r
24 2.1.0\r
25 \r
This page took 0.063756 seconds and 3 git commands to generate.