Blame SOURCES/rhel8_build.patch

115866
--- crash-gcore-command-1.3.1/gcore.mk.orig
115866
+++ crash-gcore-command-1.3.1/gcore.mk
115866
@@ -102,7 +102,7 @@ gcore.so: gcore.c $(INCDIR)/defs.h
115866
 		echo "gcore: architecture not supported"; \
115866
 	else \
115866
 		make -f gcore.mk $(GCORE_OFILES) && \
115866
-		gcc $(RPM_OPT_FLAGS) $(CFLAGS) $(TARGET_CFLAGS) $(COMMON_CFLAGS) $(ARCH_CFLAGS) -nostartfiles -shared -rdynamic $(GCORE_OFILES) -o $@ $< ; \
115866
+		gcc $(RPM_OPT_FLAGS) $(CFLAGS) $(TARGET_CFLAGS) $(COMMON_CFLAGS) $(ARCH_CFLAGS) -nostartfiles -shared -rdynamic $(GCORE_OFILES) -Wl,-z,now -o $@ $< ; \
115866
 	fi;
115866
 
115866
 %.o: %.c $(INCDIR)/defs.h