e99bfc9b5f
- 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
14 lines
345 B
Diff
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)
|