mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 12:44:28 +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>
|
-- 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",
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user