• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/elftosb/elftosb-fixes-includes.patch
Thomas PetazzoniThomas Petazzoni committed be07ff19cbe22 Jul 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
This patch uses system include files instead of a hard coded system path to fixe
2
potential compilation failure on systems that do not populate system header
3
files in /usr/include/..
4
​
5
Signed-off-by: Eric Jarrige <eric.jarrige@armadeus.org>
6
---
7
Index: host-elftosb-10.12.01/common/stdafx.h
8
===================================================================
9
--- host-elftosb-10.12.01.orig/common/stdafx.h  2012-01-30 12:43:35.000000000 +0100
10
+++ host-elftosb-10.12.01/common/stdafx.h   2012-01-30 12:43:54.000000000 +0100
11
@@ -27,7 +27,7 @@
12
 // For Linux systems only, types.h only defines the signed
13
 // integer types.  This is not professional code.
14
 // Update: They are defined in the header files in the more recent version of redhat enterprise gcc.
15
-#include "/usr/include/sys/types.h"
16
+#include <sys/types.h>
17
 #include <stdint.h>
18
 //typedef unsigned long uint32_t;
19
 //typedef unsigned short uint16_t;
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.