696c6f
diff -up crash-trace-command-2.0/Makefile.orig crash-trace-command-2.0/Makefile
696c6f
--- crash-trace-command-2.0/Makefile.orig	2018-09-19 15:46:23.812160803 -0400
696c6f
+++ crash-trace-command-2.0/Makefile	2018-09-19 15:47:12.489890130 -0400
696c6f
@@ -36,4 +36,4 @@ INCDIR=/usr/include/crash
696c6f
 all: trace.so
696c6f
 	
696c6f
 trace.so: $(INCDIR)/defs.h trace.c 
696c6f
-	gcc $(RPM_OPT_FLAGS) -Wall -I$(INCDIR) -nostartfiles -shared -rdynamic -o trace.so trace.c -fPIC -D$(TARGET) $(TARGET_CFLAGS)
696c6f
+	gcc $(RPM_OPT_FLAGS) -Wall -I$(INCDIR) -nostartfiles -shared -rdynamic -o trace.so trace.c -fPIC -D$(TARGET) $(TARGET_CFLAGS) -Wl,-z,now