From 8cec970a2b1174d352102cddc7eb71b497b32408 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Apr 16 2021 22:38:25 +0000 Subject: Apply patch glibc-rh1817513-7.patch patch_name: glibc-rh1817513-7.patch present_in_specfile: true location_in_specfile: 408 --- diff --git a/elf/Makefile b/elf/Makefile index b4b618c..89dff92 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -306,6 +306,11 @@ modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ tst-dlopenfailmod3 \ tst-filterobj-flt tst-filterobj-aux tst-filterobj-filtee +# Most modules build with _ISOMAC defined, but those filtered out +# depend on internal headers. +modules-names-tests = $(filter-out ifuncmod% tst-libc_dlvsym-dso tst-tlsmod%,\ + $(modules-names)) + ifeq (yes,$(have-mtls-dialect-gnu2)) tests += tst-gnu2-tls1 modules-names += tst-gnu2-tls1mod