aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/patches/400-luaposix_5.1.4-embedded.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-19 13:44:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-19 13:44:40 +0000
commitbd0854584a4f3d110eb366bdf3d004c5e3c44954 (patch)
treec19f85b615e991436f4f52fe213b5ce216100555 /package/lua/patches/400-luaposix_5.1.4-embedded.patch
parenta901c373c43a0e1185b01874761c3bc3a4ebc2a0 (diff)
downloadupstream-bd0854584a4f3d110eb366bdf3d004c5e3c44954.tar.gz
upstream-bd0854584a4f3d110eb366bdf3d004c5e3c44954.tar.bz2
upstream-bd0854584a4f3d110eb366bdf3d004c5e3c44954.zip
[package] lua: revert r15108 & r15109
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15256 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch4
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=