From 82ae24602a1b2c50252bed9e20dec751e780e9e3 Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Wed, 26 Jun 2013 10:15:29 +0000 Subject: tools: add tools for i.MX23 boards SVN-Revision: 37035 --- tools/elftosb/patches/002-fix-header-path.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/elftosb/patches/002-fix-header-path.patch (limited to 'tools/elftosb/patches/002-fix-header-path.patch') diff --git a/tools/elftosb/patches/002-fix-header-path.patch b/tools/elftosb/patches/002-fix-header-path.patch new file mode 100644 index 0000000000..5e3b5091b9 --- /dev/null +++ b/tools/elftosb/patches/002-fix-header-path.patch @@ -0,0 +1,19 @@ +This package had an absolute path for sys/types.h, which doesn't +make much sense. It breaks on newer Ubuntu systems, and probably many +others once multiarch becomes more common. + +This patch makes the types a relative path, and allows the system +to use whatever include paths it feels are correct. + +diff -Naurp elftosb-10.12.01-orig/common/stdafx.h elftosb-10.12.01/common/stdafx.h +--- elftosb-10.12.01-orig/common/stdafx.h 2012-07-12 13:30:10.990249396 -0400 ++++ elftosb-10.12.01/common/stdafx.h 2012-07-12 13:30:06.858249391 -0400 +@@ -27,7 +27,7 @@ + // For Linux systems only, types.h only defines the signed + // integer types. This is not professional code. + // Update: They are defined in the header files in the more recent version of redhat enterprise gcc. +-#include "/usr/include/sys/types.h" ++#include + #include + //typedef unsigned long uint32_t; + //typedef unsigned short uint16_t; -- cgit v1.2.3