Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146651 - dev-libs/xerces-c - support for EXTRA_ECONF
Summary: dev-libs/xerces-c - support for EXTRA_ECONF
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 00:51 UTC by Triphon Penakov
Modified: 2006-10-21 15:37 UTC (History)
0 users

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


Attachments
modified file with EXTRA_ECONF in (xerces-c-2.7.0-r1.ebuild,1.37 KB, text/plain)
2006-09-07 00:52 UTC, Triphon Penakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Triphon Penakov 2006-09-07 00:51:23 UTC
It will be good if xerces-c have support for that variable. For example I need it to set transcoder different by 'native' which is default. See attached file. Works fine for me :
EXTRA_ECONF="-tIconvGNU" emerge -av dev-libs/xerces-c
Comment 1 Triphon Penakov 2006-09-07 00:52:20 UTC
Created attachment 96259 [details]
modified file with EXTRA_ECONF in
Comment 2 SpanKY gentoo-dev 2006-10-21 15:37:14 UTC
this line is pretty pointless:
[[ -z "${EXTRA_ECONF}" ]] && EXTRA_ECONF=""

should be fixed in cvs now