[package] lua: revert r15108 & r15109
[openwrt.git] / package / lua / patches / 400-luaposix_5.1.4-embedded.patch
index f0757f0..73d8eb0 100644 (file)
@@ -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=