From f4cf9fe05bb3f32fabea4e54dd92d368967a80da Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 14:36:22 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../bonnie++/bonnie++/gcc-4.3-fixes.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-benchmark/bonnie++/bonnie++/gcc-4.3-fixes.patch (limited to 'meta/recipes-benchmark/bonnie++/bonnie++') diff --git a/meta/recipes-benchmark/bonnie++/bonnie++/gcc-4.3-fixes.patch b/meta/recipes-benchmark/bonnie++/bonnie++/gcc-4.3-fixes.patch new file mode 100644 index 0000000000..9f42df91ff --- /dev/null +++ b/meta/recipes-benchmark/bonnie++/bonnie++/gcc-4.3-fixes.patch @@ -0,0 +1,24 @@ +Includes string.h to the file "zcav.cpp", because it uses the two functions: "strdup()" and "strcmp()". + +Upstream-Status: Pending + +Signed-off-by: Cindy Zhao +--- + zcav.cpp | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/zcav.cpp b/zcav.cpp +index 1c39d85..e4fc4f5 100644 +--- a/zcav.cpp ++++ b/zcav.cpp +@@ -15,6 +15,7 @@ using namespace std; + #else + #include + #endif ++#include + + // Read the specified number of megabytes of data from the fd and return the + // amount of time elapsed in seconds. +-- +1.7.5.4 + -- cgit v1.2.3-54-g00ecf