index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
mklibs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2009-08-07 10:31:27 +0000
committer
Florian Fainelli <florian@openwrt.org>
2009-08-07 10:31:27 +0000
commit
a865c9deb54100c51990a33b52637fac25d31992
(
patch
)
tree
c128045bd10ea4eba53c696c16335fac09cd4eb0
/
tools/mklibs
parent
34e22309efd0e9ccb207daf0e09d413d373936b8
(
diff
)
fix mklibs compilation failures on stdio.h not being included
SVN-Revision: 17164
Diffstat
(limited to 'tools/mklibs')
-rw-r--r--
tools/mklibs/patches/001-missing_stdio.patch
11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/mklibs/patches/001-missing_stdio.patch b/tools/mklibs/patches/001-missing_stdio.patch
new file mode 100644
index 0000000000..c8202fb1e1
--- /dev/null
+++ b/
tools/mklibs/patches/001-missing_stdio.patch
@@ -0,0 +1,11 @@
+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 @@
+
+ #include <elf.h>
+ #include <getopt.h>
++#include <stdio.h>
+
+ #include "elf.hpp"
+