diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-08 02:24:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-08 02:24:54 +0000 |
commit | a6a83985a02abf67ca0164285ce860a512fa5eab (patch) | |
tree | a08ea70bd3440bd6b4a284728c8840a5521665ee /tools/mklibs/patches/001-missing_stdio.patch | |
parent | 583f6f2d6a7ec316bb18e642cddeeb17f194d058 (diff) | |
download | upstream-a6a83985a02abf67ca0164285ce860a512fa5eab.tar.gz upstream-a6a83985a02abf67ca0164285ce860a512fa5eab.tar.bz2 upstream-a6a83985a02abf67ca0164285ce860a512fa5eab.zip |
upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf
SVN-Revision: 17171
Diffstat (limited to 'tools/mklibs/patches/001-missing_stdio.patch')
-rw-r--r-- | tools/mklibs/patches/001-missing_stdio.patch | 7 |
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 c8202fb1e1..fe05ee29a8 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> |