index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
package
/
lua
/
patches
/
400-luaposix_5.1.4-embedded.patch
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/lua/patches/400-luaposix_5.1.4-embedded.patch')
-rw-r--r--
package/lua/patches/400-luaposix_5.1.4-embedded.patch
4
1 files changed, 2 insertions, 2 deletions
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 f0757f0e47..73d8eb03ba 100644
--- 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 -lz -lcrypt $(MYLIBS)
+-LIBS= -lm $(MYLIBS)
++LIBS= -lm -lcrypt $(MYLIBS)
MYCFLAGS=
MYLDFLAGS=