summaryrefslogtreecommitdiff
path: root/packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-11 02:00:59 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit86c2982568de1ad4d4cc12a65b19231331484405 (patch)
tree2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch
parent1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff)
Run patches thru `manage-packages -P`
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch')
-rw-r--r--packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch18
1 files changed, 5 insertions, 13 deletions
diff --git a/packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch b/packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch
index 6f5dbc3..5941886 100644
--- a/packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch
+++ b/packages/glibc/2.30/0002-x86-Assume-enable-cet-if-GCC-defaults-to-CET-BZ-2522.patch
@@ -8,16 +8,13 @@ is defined, yet CET functionality is not compiled and linked into the
dynamic loader, resulting in a linker failure due to undefined
references to _dl_cet_check and _dl_open_check.
---
- NEWS | 1 +
- configure | 23 ++++++++++++++++++++++-
- configure.ac | 9 ++++++++-
- 3 files changed, 31 insertions(+), 2 deletions(-)
+ configure | 23 ++++++++++++++++++++++-
+ configure.ac | 9 ++++++++-
+ 2 files changed, 30 insertions(+), 2 deletions(-)
-diff --git a/configure b/configure
-index c773c487b5..6d26b8246f 100755
--- a/configure
+++ b/configure
-@@ -3777,11 +3777,32 @@ else
+@@ -3777,11 +3777,32 @@
fi
@@ -51,11 +48,9 @@ index c773c487b5..6d26b8246f 100755
fi
-diff --git a/configure.ac b/configure.ac
-index 598ba6c4ae..7436485419 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -472,11 +472,18 @@ AC_ARG_ENABLE([mathvec],
+@@ -472,11 +472,18 @@
[build_mathvec=$enableval],
[build_mathvec=notset])
@@ -75,6 +70,3 @@ index 598ba6c4ae..7436485419 100644
# We keep the original values in `$config_*' and never modify them, so we
# can write them unchanged into config.make. Everything else uses
---
-2.20.1
-