mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
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:
parent
bb7c2ad7e6
commit
050f41b241
@ -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",
|
@ -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"
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PACKAGE=lua-iconv
|
||||
VERSION=r4
|
||||
VERSION=r5
|
||||
|
||||
DIRNAME=$PACKAGE-$VERSION
|
||||
TGZNAME=$DIRNAME.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user