From 0b67de0df533e1bab9e1f52ce62c45327f2fc5ae Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 2 Feb 2020 07:04:21 +0000 Subject: Sun Feb 2 07:04:21 UTC 2020 testing/packages/binutils-2.34-x86_64-1.txz: Added. testing/packages/glibc-2.31-x86_64-1.txz: Added. testing/packages/glibc-i18n-2.31-x86_64-1.txz: Added. testing/packages/glibc-profile-2.31-x86_64-1.txz: Added. testing/packages/glibc-solibs-2.31-x86_64-1.txz: Added. --- .../patches/binutils.no-config-h-check.diff | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/source/binutils/patches/binutils.no-config-h-check.diff (limited to 'testing/source/binutils/patches/binutils.no-config-h-check.diff') diff --git a/testing/source/binutils/patches/binutils.no-config-h-check.diff b/testing/source/binutils/patches/binutils.no-config-h-check.diff new file mode 100644 index 000000000..55cba7fbf --- /dev/null +++ b/testing/source/binutils/patches/binutils.no-config-h-check.diff @@ -0,0 +1,28 @@ +--- ./bfd/bfd-in2.h.orig 2013-02-27 14:28:03.000000000 -0600 ++++ ./bfd/bfd-in2.h 2013-04-02 15:57:44.847202021 -0500 +@@ -32,11 +32,6 @@ + #ifndef __BFD_H_SEEN__ + #define __BFD_H_SEEN__ + +-/* PR 14072: Ensure that config.h is included first. */ +-#if !defined PACKAGE && !defined PACKAGE_VERSION +-#error config.h must be included before this header +-#endif +- + #ifdef __cplusplus + extern "C" { + #endif +--- ./bfd/bfd-in.h.orig 2013-02-27 14:28:03.000000000 -0600 ++++ ./bfd/bfd-in.h 2013-04-02 15:57:44.846202021 -0500 +@@ -25,11 +25,6 @@ + #ifndef __BFD_H_SEEN__ + #define __BFD_H_SEEN__ + +-/* PR 14072: Ensure that config.h is included first. */ +-#if !defined PACKAGE && !defined PACKAGE_VERSION +-#error config.h must be included before this header +-#endif +- + #ifdef __cplusplus + extern "C" { + #endif -- cgit v1.2.3-79-gdb01