summaryrefslogtreecommitdiff
path: root/packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-02-14 02:56:42 (GMT)
committerGitHub <noreply@github.com>2021-02-14 02:56:42 (GMT)
commit8d30e8fd148af05ab86c2ce44f7c1955159c04e3 (patch)
tree26f360485d4ffd060d804296ffe338e60f7cf69e /packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch
parent5b0e0127e189c08e433ae25dbceead63da5ef2d7 (diff)
parentacd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2 (diff)
Merge pull request #1455 from egtvedt/add-binutils-2.36.1-and-glibc-2.33
Add binutils 2.36.1 and glibc 2.33
Diffstat (limited to 'packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch')
-rw-r--r--packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch b/packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch
new file mode 100644
index 0000000..9c4b0e4
--- /dev/null
+++ b/packages/glibc/2.33/0001-Set-version.h-RELEASE-to-stable-Bug-26700.patch
@@ -0,0 +1,21 @@
+From 23482f788665df83edc8b542698f45fed45a2711 Mon Sep 17 00:00:00 2001
+From: Carlos O'Donell <carlos@redhat.com>
+Date: Fri, 2 Oct 2020 09:23:35 -0400
+Subject: [PATCH] Set version.h RELEASE to "stable" (Bug 26700)
+
+The RELEASE macro was accidentaly set to "release" instead of
+the expected "stable" by the release manager. This is a mistake
+that leads to the build using "-g -O1" instead of "-g -O2" if
+configure was executed with "CFLAGS=" (CFLAGS set but empty).
+---
+ version.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/version.h
++++ b/version.h
+@@ -1,4 +1,4 @@
+ /* This file just defines the current version number of libc. */
+
+-#define RELEASE "release"
++#define RELEASE "stable"
+ #define VERSION "2.33"