summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Brown2007-09-30 20:13:42 -0700
committerDavid Brown2007-09-30 20:13:42 -0700
commitffc0cfb3122e3afc2682eb653fa4ef1b457a21b8 (patch)
treed795472abda5576e146287a2ad5b0d290d4d240b
parent75a5caa7a9f2efcd3635df44937c6b6e8e2a0875 (diff)
elfutils fixed patch location of files didn't work right
-rw-r--r--libs/elfutils/HISTORY2
-rw-r--r--libs/elfutils/unset-file-offset.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index 7bb2f5f11f..c9a9aaf901 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,7 +1,7 @@
2007-09-30 David Brown <dmlb2000@gmail.com>
* PRE_BUILD: added patch unset-file-offset.patch
* unset-file-offset.patch: unset the __USE_FILE_OFFSET64 since that's
- also bad with fts.h
+ also bad with fts.h and fixed its path location
2007-09-23 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 0.129
diff --git a/libs/elfutils/unset-file-offset.patch b/libs/elfutils/unset-file-offset.patch
index af409104cc..aeb7050183 100644
--- a/libs/elfutils/unset-file-offset.patch
+++ b/libs/elfutils/unset-file-offset.patch
@@ -1,5 +1,5 @@
---- libdwfl/linux-kernel-modules.c.orig 2007-09-30 20:06:10.000000000 -0700
-+++ libdwfl/linux-kernel-modules.c 2007-09-30 20:06:27.000000000 -0700
+--- a/libdwfl/linux-kernel-modules.c 2007-09-30 20:06:10.000000000 -0700
++++ b/libdwfl/linux-kernel-modules.c 2007-09-30 20:06:27.000000000 -0700
@@ -49,6 +49,7 @@
#include <config.h>