Blame SOURCES/rhelonly-kexec-tools-2.0.16-koji-build-fail-workaround.patch

b9e861
diff --git a/purgatory/Makefile b/purgatory/Makefile
b9e861
index 49ce80a..97b7a03 100644
b9e861
--- a/purgatory/Makefile
b9e861
+++ b/purgatory/Makefile
b9e861
@@ -67,7 +67,7 @@ $(PURGATORY): $(PURGATORY_OBJS)
b9e861
 	$(MKDIR) -p $(@D)
b9e861
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@.sym $^
b9e861
 #	$(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
b9e861
-	$(STRIP) --strip-debug -o $@ $@.sym
b9e861
+	$(STRIP) --strip-debug --no-merge-notes -o $@ $@.sym
b9e861
 
b9e861
 echo::
b9e861
 	@echo "PURGATORY_SRCS $(PURGATORY_SRCS)"