Bug 146651 - dev-libs/xerces-c - support for EXTRA_ECONF
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

------- Comment #1 From Triphon Penakov 2006-09-07 00:52:20 0000 -------
Created an attachment (id=96259) [details]
modified file with EXTRA_ECONF in

------- Comment #2 From SpanKY 2006-10-21 15:37:14 0000 -------
this line is pretty pointless:
[[ -z "${EXTRA_ECONF}" ]] && EXTRA_ECONF=""

should be fixed in cvs now