From 2b088b965c067119e459e61f287a86dabe77dd87 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 14 2021 14:57:17 +0000 Subject: Apply patch glibc-rh1639343-1.patch patch_name: glibc-rh1639343-1.patch present_in_specfile: true location_in_specfile: 84 --- diff --git a/malloc/Makefile b/malloc/Makefile index 388cf7e..228a127 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -131,6 +131,7 @@ ifneq ($(cross-compiling),yes) # If the gd library is available we build the `memusagestat' program. ifneq ($(LIBGD),no) others: $(objpfx)memusage +others += memusagestat install-bin = memusagestat install-bin-script += memusage generated += memusagestat memusage @@ -154,8 +155,7 @@ cpp-srcs-left := $(memusagestat-modules) lib := memusagestat include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left)) -$(objpfx)memusagestat: $(memusagestat-modules:%=$(objpfx)%.o) - $(LINK.o) -o $@ $^ $(libgd-LDFLAGS) -lgd -lpng -lz -lm +LDLIBS-memusagestat = $(libgd-LDFLAGS) -lgd -lpng -lz -lm ifeq ($(run-built-tests),yes) ifeq (yes,$(build-shared))