projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/iptables: refresh patches
[openwrt.git]
/
package
/
lua
/
patches
/
400-luaposix_5.1.4-embedded.patch
diff --git
a/package/lua/patches/400-luaposix_5.1.4-embedded.patch
b/package/lua/patches/400-luaposix_5.1.4-embedded.patch
index
f0757f0
..
73d8eb0
100644
(file)
--- a/
package/lua/patches/400-luaposix_5.1.4-embedded.patch
+++ b/
package/lua/patches/400-luaposix_5.1.4-embedded.patch
@@
-6,8
+6,8
@@
Index: lua-5.1.4/src/Makefile
AR= ar rcu
RANLIB= ranlib
RM= rm -f
--LIBS= -lm
-lz
$(MYLIBS)
-+LIBS= -lm -l
z -l
crypt $(MYLIBS)
+-LIBS= -lm $(MYLIBS)
++LIBS= -lm -lcrypt $(MYLIBS)
MYCFLAGS=
MYLDFLAGS=
This page took
0.018858 seconds
and
4
git commands to generate.