lua: revert r15108 & r15109

SVN-Revision: 15256
This commit is contained in:
Jo-Philipp Wich
2009-04-19 13:44:40 +00:00
parent a9f97c3def
commit 98e70367c9
3 changed files with 5 additions and 160 deletions

View 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=