From cce9f3797ef3a32e01b584abaad7af6e12a64a13 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 12 2021 08:44:03 +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