From c1b9669cc42d5b8d52e324c5bd9f2c1faa8fcad7 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 16:03:19 +0000 Subject: Apply patch glibc-rh1810223-2.patch patch_name: glibc-rh1810223-2.patch present_in_specfile: true location_in_specfile: 307 --- diff --git a/nptl/Makefile b/nptl/Makefile index b1003cf..071c538 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -293,7 +293,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-exec1 tst-exec2 tst-exec3 tst-exec4 tst-exec5 \ tst-exit1 tst-exit2 tst-exit3 \ tst-stdio1 tst-stdio2 \ - tst-stack1 tst-stack2 tst-stack3 tst-stack4 tst-pthread-getattr \ + tst-stack1 tst-stack2 tst-stack3 tst-stack4 \ tst-pthread-attr-affinity tst-pthread-mutexattr \ tst-unload \ tst-dlsym1 \ @@ -322,6 +322,8 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-rwlock-pwn \ tst-rwlock-tryrdlock-stall tst-rwlock-trywrlock-stall +tests-container = tst-pthread-getattr + tests-internal := tst-rwlock19 tst-rwlock20 \ tst-sem11 tst-sem12 tst-sem13 \ tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \ @@ -633,7 +635,7 @@ ifeq ($(build-shared),yes) $(addprefix $(objpfx), \ $(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \ $(tests-nolibpthread), \ - $(tests) $(tests-internal) $(xtests) $(test-srcs))): \ + $(tests) $(tests-internal) $(xtests) $(test-srcs) $(tests-container))): \ $(objpfx)libpthread.so $(objpfx)tst-unload: $(libdl) # $(objpfx)../libc.so is used instead of $(common-objpfx)libc.so,