| Bug#: 146651 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: cpp@gentoo.org | Reported By: triphon@gmail.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: dev-libs/xerces-c - support for EXTRA_ECONF | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-09-07 00:51 0000 | |||
| Description: | Opened: 2006-09-07 00:51 0000 |
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
Created an attachment (id=96259) [details]
modified file with EXTRA_ECONF in
this line is pretty pointless:
[[ -z "${EXTRA_ECONF}" ]] && EXTRA_ECONF=""
should be fixed in cvs now