Version r5. Fixes a bad linking option that makes lua-iconv unstable when used across different virtual machines

git-svn-id: file:///var/svn/lua-iconv/trunk@54 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner 2008-05-19 00:37:56 +00:00
parent bb7c2ad7e6
commit 9fba6938b2
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
-- rockspec based uppon the file provided by DarkGod <darkgod at net-core.org> -- rockspec based uppon the file provided by DarkGod <darkgod at net-core.org>
package = "lua-iconv" package = "lua-iconv"
version = "r4-1" version = "r5-1"
source = { source = {
url = "http://luaforge.net/frs/download.php/3374/lua-iconv-r4.tar.gz", url = "http://luaforge.net/frs/download.php/3374/lua-iconv-r4.tar.gz",

View File

@ -37,7 +37,7 @@
#include <errno.h> #include <errno.h>
#define LIB_NAME "iconv" #define LIB_NAME "iconv"
#define LIB_VERSION LIB_NAME " r4" #define LIB_VERSION LIB_NAME " r5"
#define ICONV_TYPENAME "iconv_t" #define ICONV_TYPENAME "iconv_t"

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
PACKAGE=lua-iconv PACKAGE=lua-iconv
VERSION=r4 VERSION=r5
DIRNAME=$PACKAGE-$VERSION DIRNAME=$PACKAGE-$VERSION
TGZNAME=$DIRNAME.tar.gz TGZNAME=$DIRNAME.tar.gz