]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-libelf.patch
- fixed (finally?) GConf scripts, rel 0.6
[packages/rpm.git] / rpm-libelf.patch
1 --- rpm-4.1/tools/striptofile.c~        Wed May 14 22:09:57 2003
2 +++ rpm-4.1/tools/striptofile.c Wed May 14 22:29:45 2003
3 @@ -1,8 +1,8 @@
4  #include "system.h"
5  
6  #include <elf.h>
7 -#include <libelf/libelf.h>
8 -#include <libelf/gelf.h>
9 +#include <libelf.h>
10 +#include <gelf.h>
11  #include <popt.h>
12  
13  #include "sections.h"
14 --- rpm-4.1/tools/sections.h~   Thu Aug 22 18:03:06 2002
15 +++ rpm-4.1/tools/sections.h    Wed May 14 22:30:51 2003
16 @@ -1,7 +1,7 @@
17  #ifndef SECTIONS_H
18  #define SECTIONS_H
19  
20 -#include <libelf/gelf.h>
21 +#include <gelf.h>
22  
23  typedef struct {
24    GElf_Word debug_section; /* Section index in debug file. */
25 --- rpm-4.1/tools/unstripfile.c~        Wed May 14 22:09:57 2003
26 +++ rpm-4.1/tools/unstripfile.c Wed May 14 22:34:42 2003
27 @@ -1,8 +1,8 @@
28  #include "system.h"
29  
30  #include <elf.h>
31 -#include <libelf/libelf.h>
32 -#include <libelf/gelf.h>
33 +#include <libelf.h>
34 +#include <gelf.h>
35  
36  #include "sections.h"
37  #include "utils.h"
This page took 0.056055 seconds and 3 git commands to generate.