From 8dc2b2e4070ff39fd653c3bd3668f6b9e5eacdb4 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 24 2021 01:31:43 +0000 Subject: Apply patch glibc-rh1747502-3.patch patch_name: glibc-rh1747502-3.patch present_in_specfile: true location_in_specfile: 208 --- diff --git a/Makefile b/Makefile index 5acf3e9..d58c173 100644 --- a/Makefile +++ b/Makefile @@ -377,7 +377,7 @@ $(objpfx)testroot.pristine/install.stamp : ifeq ($(run-built-tests),yes) # Copy these DSOs first so we can overwrite them with our own. for dso in `$(test-wrapper-env) LD_TRACE_LOADED_OBJECTS=1 \ - $(objpfx)elf/$(rtld-installed-name) \ + $(rtld-prefix) \ $(objpfx)testroot.pristine/bin/sh \ | grep / | sed 's/^[^/]*//' | sed 's/ .*//'` ;\ do \ @@ -386,7 +386,7 @@ ifeq ($(run-built-tests),yes) $(test-wrapper) cp $$dso $(objpfx)testroot.pristine$$dso ;\ done for dso in `$(test-wrapper-env) LD_TRACE_LOADED_OBJECTS=1 \ - $(objpfx)elf/$(rtld-installed-name) \ + $(rtld-prefix) \ $(objpfx)support/$(LINKS_DSO_PROGRAM) \ | grep / | sed 's/^[^/]*//' | sed 's/ .*//'` ;\ do \