SHA256
1
0
forked from pool/glibc

Accepting request 1008197 from home:Andreas_Schwab:Factory

- get-nscd-addresses.patch: get_nscd_addresses: Fix subscript typos (BZ
  #29605)
- x86-64-avx2-string-functions.patch: check for required cpu features in
  AVX2 string functions (BZ #29611)
- nscd-aicache.patch: nscd: Drop local address tuple variable (BZ #29607)

OBS-URL: https://build.opensuse.org/request/show/1008197
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=634
This commit is contained in:
2022-10-05 12:19:14 +00:00
committed by Git OBS Bridge
parent 3ed180dddc
commit 0db4b59100
5 changed files with 686 additions and 1 deletions

View File

@@ -20,7 +20,8 @@
# It will avoid building some parts of glibc
%bcond_with fast_build
%define build_snapshot 0
%bcond_with snapshot
%define build_snapshot %{with snapshot}
%bcond_with ringdisabled
%define flavor @BUILD_FLAVOR@%{nil}
@@ -299,6 +300,12 @@ Patch1007: syslog-extra-whitespace.patch
Patch1008: errlist-edeadlock.patch
# PATCH-FIX-UPSTREAM Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 (BZ# 29564)
Patch1009: makeflags.patch
# PATCH-FIX-UPSTREAM get_nscd_addresses: Fix subscript typos (BZ #29605)
Patch1010: get-nscd-addresses.patch
# PATCH-FIX-UPSTREAM check for required cpu features in AVX2 string functions (BZ #29611)
Patch1011: x86-64-avx2-string-functions.patch
# PATCH-FIX-UPSTREAM nscd: Drop local address tuple variable (BZ #29607)
Patch1012: nscd-aicache.patch
###
# Patches awaiting upstream approval
@@ -533,6 +540,9 @@ library in a cross compilation setting.
%patch1007 -p1
%patch1008 -p1
%patch1009 -p1
%patch1010 -p1
%patch1011 -p1
%patch1012 -p1
%endif
%patch2000 -p1