From 21c8ec57e0258815f3d1474c1194d1572f78029e Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 09 Nov 2004 11:57:44 +0000 Subject: aaded files --- diff --git a/ReadMe_cv.txt b/ReadMe_cv.txt new file mode 100644 index 0000000..aa94af0 --- a/dev/null +++ b/ReadMe_cv.txt @@ -0,0 +1,26 @@ +This package includes the character conversion tables of the gnu C++ compiler environment. +The sources can be found in every source distribution of the gnu C++ compiler. +This package is needed by the mail program OM/Pi. + +How to install: + +The size of the installed data is about 4 MB. + +Install the ipk on SD card or in internal memory. +We assume, that all is installed on SD. +You will have now a dir +/mnt/card/QtPalmtop/lib/gconv + + +to finish installation, we have to create a symlink from +/usr/lib/gconv to the new gconv dir. +To create a symlink do the following: + +Open console and type in console: + +cd /usr/lib +su +ln -s /mnt/card/QtPalmtop/lib/gconv + +Threre is no need to uninstall or reinstall this package, if you update OM/Pi. + diff --git a/kmicromail/libetpan/tools/charconv.c b/kmicromail/libetpan/tools/charconv.c index bf3de51..f7a3c89 100644 --- a/kmicromail/libetpan/tools/charconv.c +++ b/kmicromail/libetpan/tools/charconv.c @@ -45,8 +45,8 @@ #include #include "mmapstring.h" - #ifdef HAVE_ICONV + static size_t mail_iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, char **inrepls, char *outrepl) diff --git a/oz-character-conversion.control b/oz-character-conversion.control new file mode 100644 index 0000000..373868e --- a/dev/null +++ b/oz-character-conversion.control @@ -0,0 +1,8 @@ +Files: lib/gconv/* +Priority: optional +Section: qpe/applications +Maintainer: Lutz Rogowski +Architecture: arm +Version: OZ-gcc3xx +License: GPL +Description: Character conversion tables, needed by OM/Pi. diff --git a/sr-character-conversion.control b/sr-character-conversion.control new file mode 100644 index 0000000..c5fe32d --- a/dev/null +++ b/sr-character-conversion.control @@ -0,0 +1,8 @@ +Files: lib/gconv/* +Priority: optional +Section: qpe/applications +Maintainer: Lutz Rogowski +Architecture: arm +Version: SharpROM +License: GPL +Description: Character conversion tables, needed by OM/Pi. -- cgit v0.9.0.2