-diff -aur md5-1.0.1.orig/Makefile md5-1.0.1/Makefile
---- md5-1.0.1.orig/Makefile 2006-07-24 03:16:37.000000000 +0200
-+++ md5-1.0.1/Makefile 2007-04-09 21:31:27.973470355 +0200
+diff -aur md5-1.0.2.orig/Makefile md5-1.0.2/Makefile
+--- md5-1.0.2.orig/Makefile 2006-12-20 21:17:20.000000000 +0100
++++ md5-1.0.2/Makefile 2007-05-09 17:07:12.128918598 +0200
@@ -21,10 +21,9 @@
$(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
clean:
rm -f $(OBJS) src/$(LIBNAME)
-diff -aur md5-1.0.1.orig/config md5-1.0.1/config
---- md5-1.0.1.orig/config 2006-07-24 03:16:37.000000000 +0200
-+++ md5-1.0.1/config 2007-04-09 21:29:01.514948410 +0200
+diff -aur md5-1.0.2.orig/config md5-1.0.2/config
+--- md5-1.0.2.orig/config 2006-12-15 19:15:00.000000000 +0100
++++ md5-1.0.2/config 2007-05-09 17:07:58.167542194 +0200
@@ -1,11 +1,11 @@
# Installation directories
# System's libraries directory (where binary libraries are installed)
--LUA_LIBDIR= /usr/local/lib/lua/5.0
+-LUA_LIBDIR= /usr/local/lib/lua/5.1
+LUA_LIBDIR= /usr/lib/lua/5.1
# Lua directory (where Lua source libraries will be installed)
# This is the LUA_PATH
--LUA_DIR= /usr/local/share/lua/5.0
-+LUA_DIR= /usr/share/lua/5.1
+-LUA_DIR= /usr/local/share/lua/5.1
++LUA_DIR= /usr//share/lua/5.1
# Lua includes directory
--LUA_INC= /usr/local/include
+-LUA_INC= /usr/local/include/lua51
+LUA_INC= /usr/include
# OS dependent
LIB_OPTION= -shared #for Linux
-@@ -16,7 +16,7 @@
- # (according to Lua 5.1 definition:
- # first version digit * 100 + second version digit
- # e.g. Lua 5.0.2 => 500, Lua 5.1 => 501, Lua 5.1.1 => 501)
--LUA_VERSION_NUM= 500
-+LUA_VERSION_NUM= 501
- COMPAT_DIR= ../compat/src
-
- # Compilation directives