summaryrefslogtreecommitdiffstats
path: root/tools/mklibs/patches/001-missing_stdio.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-08 02:24:54 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-08 02:24:54 +0000
commit5d8da1c596511ab9d9badd5964ced0e98ce29d76 (patch)
treeae90dada3486ea1acf9b5cfff871c94ffc0b3c18 /tools/mklibs/patches/001-missing_stdio.patch
parent36ee26128c394c2d70bb635e9aff35ba147e69aa (diff)
upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mklibs/patches/001-missing_stdio.patch')
-rw-r--r--tools/mklibs/patches/001-missing_stdio.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/mklibs/patches/001-missing_stdio.patch b/tools/mklibs/patches/001-missing_stdio.patch
index c8202fb1e..fe05ee29a 100644
--- a/tools/mklibs/patches/001-missing_stdio.patch
+++ b/tools/mklibs/patches/001-missing_stdio.patch
@@ -1,7 +1,6 @@
-diff -urN mklibs-0.1.26/src/mklibs-readelf/main.cpp mklibs-0.1.26.new/src/mklibs-readelf/main.cpp
---- mklibs-0.1.26/src/mklibs-readelf/main.cpp 2007-09-20 19:41:34.000000000 +0200
-+++ mklibs-0.1.26.new/src/mklibs-readelf/main.cpp 2009-08-07 12:20:21.000000000 +0200
-@@ -6,6 +6,7 @@
+--- a/src/mklibs-readelf/main.cpp
++++ b/src/mklibs-readelf/main.cpp
+@@ -7,6 +7,7 @@
#include <elf.h>
#include <getopt.h>