index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
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
author
Jo-Philipp Wich <jow@openwrt.org>
2009-04-19 13:44:40 +0000
committer
Jo-Philipp Wich <jow@openwrt.org>
2009-04-19 13:44:40 +0000
commit
98e70367c945adeee38b2deaf719fd7d628e3cd8
(
patch
)
tree
11d6ecbaebe767147c1675bc5ba94520b071d176
/
package/lua/patches/400-luaposix_5.1.4-embedded.patch
parent
a9f97c3def095e7a3bbd010593ce95ee33fd17fd
(
diff
)
lua: revert r15108 & r15109
SVN-Revision: 15256
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=