summaryrefslogtreecommitdiffstats
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-04 23:06:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-04 23:06:56 +0000
commit27b7e29e13432b15949646c5a479a840b47fbe28 (patch)
tree9ee1c7d58d6e20018ec68b3e02279ab64fe57653 /package/lua/patches/400-luaposix_5.1.4-embedded.patch
parentb32d7ba7052746ef139f6f9d0f0909545cd3399b (diff)
downloadmaster-31e0f0ae-27b7e29e13432b15949646c5a479a840b47fbe28.tar.gz
master-31e0f0ae-27b7e29e13432b15949646c5a479a840b47fbe28.tar.bz2
master-31e0f0ae-27b7e29e13432b15949646c5a479a840b47fbe28.zip
lua: add support for loading gzip compressed source files, bump package revision
SVN-Revision: 15108
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 73d8eb03ba..f0757f0e47 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 $(MYLIBS)
-+LIBS= -lm -lcrypt $(MYLIBS)
+-LIBS= -lm -lz $(MYLIBS)
++LIBS= -lm -lz -lcrypt $(MYLIBS)
MYCFLAGS=
MYLDFLAGS=