From ff23b8917e7195c9697e9f8b414cf7f67732d4d5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 24 2021 01:32:15 +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