[asterisk-bugs] [Asterisk-GUI 0015488]: Erroneous space in assignment in 'configure' script causes build failure on cross-compilation
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jul 10 23:43:12 CDT 2009
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=15488
======================================================================
Reported By: pprindeville
Assigned To: awk
======================================================================
Project: Asterisk-GUI
Issue ID: 15488
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk GUI Version: 2.0.4
Asterisk Version: 1.4.25.1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 4839
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2009-07-10 23:43 CDT
Last Modified: 2009-07-10 23:43 CDT
======================================================================
Summary: Erroneous space in assignment in 'configure' script
causes build failure on cross-compilation
Description:
The macro AST_C_DEFINE_CHECK in acinclude.m4 is broken.
ZAPTEL_INCLUDE= "-I${ZAPTEL_DIR}/include"
means:
In the sub-process where the command "-I${ZAPTEL_DIR}/include" will
eventually be exec'd, assign its exported environment variable
"ZAPTEL_INCLUDE" the empty string.
Not the same as saying:
ZAPTEL_INCLUDE="-I${ZAPTEL_DIR}/include"
which means:
Assign the value "-I${ZAPTEL_DIR}/include" to the variable ZAPTEL_INCLUDE,
which is what was intended.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-07-10 23:43 pprindeville New Issue
2009-07-10 23:43 pprindeville Status new => assigned
2009-07-10 23:43 pprindeville Assigned To => awk
2009-07-10 23:43 pprindeville Asterisk GUI Version => 2.0.4
2009-07-10 23:43 pprindeville Asterisk Version => 1.4.25.1
2009-07-10 23:43 pprindeville SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
2009-07-10 23:43 pprindeville SVN Revision (number only!) => 4839
======================================================================
More information about the asterisk-bugs
mailing list