]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - binutils/patches/binutils-2.22.52.0.4-no-config-h-check.patch0
binutils: Update to 2.23.51.0.3.
[people/ms/ipfire-3.x.git] / binutils / patches / binutils-2.22.52.0.4-no-config-h-check.patch0
CommitLineData
e5e21531
MT
1*** ../binutils-2.22.52.0.4.orig/bfd/bfd-in.h 2012-08-02 10:56:34.561769686 +0100
2--- bfd/bfd-in.h 2012-08-02 11:13:27.134797755 +0100
3***************
4*** 25,35 ****
5 #ifndef __BFD_H_SEEN__
6 #define __BFD_H_SEEN__
7
8- /* PR 14072: Ensure that config.h is included first. */
9- #if !defined PACKAGE && !defined PACKAGE_VERSION
10- #error config.h must be included before this header
11- #endif
12-
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16--- 25,30 ----
17*** ../binutils-2.22.52.0.4.orig/bfd/bfd-in2.h 2012-08-02 10:56:34.349769680 +0100
18--- bfd/bfd-in2.h 2012-08-02 11:13:40.015798113 +0100
19***************
20*** 32,42 ****
21 #ifndef __BFD_H_SEEN__
22 #define __BFD_H_SEEN__
23
24- /* PR 14072: Ensure that config.h is included first. */
25- #if !defined PACKAGE && !defined PACKAGE_VERSION
26- #error config.h must be included before this header
27- #endif
28-
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32--- 32,37 ----