]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- correcting elf headers,
authordjrzulf <djrzulf@pld-linux.org>
Wed, 14 May 2003 21:38:19 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-libelf.patch -> 1.1

rpm-libelf.patch [new file with mode: 0644]

diff --git a/rpm-libelf.patch b/rpm-libelf.patch
new file mode 100644 (file)
index 0000000..3c23cb4
--- /dev/null
@@ -0,0 +1,37 @@
+--- rpm-4.1/tools/striptofile.c~       Wed May 14 22:09:57 2003
++++ rpm-4.1/tools/striptofile.c        Wed May 14 22:29:45 2003
+@@ -1,8 +1,8 @@
+ #include "system.h"
+ #include <elf.h>
+-#include <libelf/libelf.h>
+-#include <libelf/gelf.h>
++#include <libelf.h>
++#include <gelf.h>
+ #include <popt.h>
+ #include "sections.h"
+--- rpm-4.1/tools/sections.h~  Thu Aug 22 18:03:06 2002
++++ rpm-4.1/tools/sections.h   Wed May 14 22:30:51 2003
+@@ -1,7 +1,7 @@
+ #ifndef SECTIONS_H
+ #define SECTIONS_H
+-#include <libelf/gelf.h>
++#include <gelf.h>
+ typedef struct {
+   GElf_Word debug_section; /* Section index in debug file. */
+--- rpm-4.1/tools/unstripfile.c~       Wed May 14 22:09:57 2003
++++ rpm-4.1/tools/unstripfile.c        Wed May 14 22:34:42 2003
+@@ -1,8 +1,8 @@
+ #include "system.h"
+ #include <elf.h>
+-#include <libelf/libelf.h>
+-#include <libelf/gelf.h>
++#include <libelf.h>
++#include <gelf.h>
+ #include "sections.h"
+ #include "utils.h"
This page took 0.129771 seconds and 4 git commands to generate.