mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
20 lines
328 B
Diff
20 lines
328 B
Diff
--- a/liblua/Makefile
|
|
+++ b/liblua/Makefile
|
|
@@ -11,7 +11,7 @@
|
|
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
|
|
LIBS= -lm $(SYSLIBS) $(MYLIBS)
|
|
|
|
-AR= ar rcu
|
|
+AR= ar
|
|
RANLIB= ranlib
|
|
RM= rm -f
|
|
|
|
@@ -56,7 +56,7 @@
|
|
a: $(ALL_A)
|
|
|
|
$(LUA_A): $(BASE_O)
|
|
- $(AR) $@ $(BASE_O)
|
|
+ $(AR) rcu $@ $(BASE_O)
|
|
$(RANLIB) $@
|
|
|
|
$(LUA_T): $(LUA_O) $(LUA_A)
|