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