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 050f41b241
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>
package = "lua-iconv"
version = "r4-1"
version = "r5-1"
source = {
url = "http://luaforge.net/frs/download.php/3374/lua-iconv-r4.tar.gz",

View File

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

View File

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