eppic/eppic-binutils-fix.patch
Petr Tesařík e99bfc9b5f Accepting request 868691 from home:marxin:branches:Kernel:kdump
- Add eppic-binutils-fix.patch in order to not used 'l' option for
  ar. It has a new meaning.

OBS-URL: https://build.opensuse.org/request/show/868691
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=18
2021-02-02 16:41:27 +00:00

14 lines
345 B
Diff

diff --git a/libeppic/Makefile b/libeppic/Makefile
index 1f97800..4ef7101 100644
--- a/libeppic/Makefile
+++ b/libeppic/Makefile
@@ -101,7 +101,7 @@ default: $(TARGETS)
$(CFILES): $(HFILES) eppic.tab.h
$(TARGETS): $(OFILES)
- $(AR) ccurl $(TARGETS) $(OFILES)
+ $(AR) cur $(TARGETS) $(OFILES)
clean:
-/bin/rm -f *.o $(TARGETS) $(LDIRT)