From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../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++/gcc-4.3-fixes.patch') 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