From ccee977f537613ac0d6fe4c4317c38fe39c6421b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:38:53 +0000 Subject: Apply patch glibc-rh1747502-4.patch patch_name: glibc-rh1747502-4.patch present_in_specfile: true location_in_specfile: 209 --- diff --git a/Makefile b/Makefile index d58c173..9e50754 100644 --- a/Makefile +++ b/Makefile @@ -395,7 +395,8 @@ ifeq ($(run-built-tests),yes) $(test-wrapper) cp $$dso $(objpfx)testroot.pristine$$dso ;\ done endif - $(MAKE) install DESTDIR=$(objpfx)testroot.pristine + $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \ + subdirs='$(all-subdirs)' touch $(objpfx)testroot.pristine/install.stamp tests-special-notdir = $(patsubst $(objpfx)%, %, $(tests-special))