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