mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
Closes: https://bugs.gentoo.org/724270 Closes: https://bugs.gentoo.org/871402 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
9 lines
176 B
Diff
9 lines
176 B
Diff
https://bugs.gentoo.org/724270
|
|
--- a/lib/Makefile.in
|
|
+++ b/lib/Makefile.in
|
|
@@ -21,3 +21,3 @@
|
|
rm -f $(LIB)
|
|
- ar rc $(LIB) $(OBJS)
|
|
+ $(AR) rc $(LIB) $(OBJS)
|
|
$(RANLIB) $(LIB)
|