Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456790 - dev-db/unixODBC-2.3.1: please add --enable-iconv-char-{utf8,utf16le}
Summary: dev-db/unixODBC-2.3.1: please add --enable-iconv-char-{utf8,utf16le}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Jesus Rivero (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 447288
  Show dependency tree
 
Reported: 2013-02-11 15:14 UTC by Hugo Mildenberger
Modified: 2013-03-03 23:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pass --enable-iconv-char-{utf8,utf16le} to unixODBC-2.3.1/configure (unixODBC-2.3.1-use-enable-iconv-char-enc-utf8-utf16le.patch,1.69 KB, text/plain)
2013-02-11 15:14 UTC, Hugo Mildenberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Mildenberger 2013-02-11 15:14:51 UTC
Created attachment 338604 [details]
pass --enable-iconv-char-{utf8,utf16le} to unixODBC-2.3.1/configure

As mentioned by Leel in  #447288 (new ebuild dev-db/sqlncli:Microsoft SQL Server ODBC Driver 1.0 for Linux), the package needs unixODBC being built by passing --enable-iconv-char-enc-utf8 and --enable-iconv-char-utf16le to unixODBC/configure. I'm going to attach a patch against dev-db/unixODBC-2.3.1.ebuild. The two newly induced use-flag (iconv-char-enc-utf8 and iconv-ucode-enc-utf16le) names may be a bit long.
Comment 1 Jesus Rivero (RETIRED) gentoo-dev 2013-03-03 23:38:36 UTC
Committed to tree. I added 'unicode' USE-flag since mappings are done using iconv from ASCII  to UTF8 and Unicode default representation is done in UTF16.