[asterisk-bugs] [Asterisk-GUI 0015488]: [patch] Erroneous space in assignment in 'configure' script causes build failure on cross-compilation
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 13 10:03:30 CDT 2009
A NOTE has been added to this issue.
======================================================================
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-13 10:03 CDT
======================================================================
Summary: [patch] 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.
======================================================================
----------------------------------------------------------------------
(0107648) svnbot (reporter) - 2009-07-13 10:03
https://issues.asterisk.org/view.php?id=15488#c107648
----------------------------------------------------------------------
Repository: asterisk-gui
Revision: 4965
U branches/2.0/acinclude.m4
U branches/2.0/configure
------------------------------------------------------------------------
r4965 | rbrindley | 2009-07-13 10:03:30 -0500 (Mon, 13 Jul 2009) | 9 lines
- fixed an issue where the configure script was causing build failures on
cross-compilation
(closes issue https://issues.asterisk.org/view.php?id=15488)
Reported by: pprindeville
Patches:
asterisk-gui-acmacros.patch uploaded by pprindeville (license 347)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-gui?view=rev&revision=4965
Issue History
Date Modified Username Field Change
======================================================================
2009-07-13 10:03 svnbot Checkin
2009-07-13 10:03 svnbot Note Added: 0107648
======================================================================
More information about the asterisk-bugs
mailing list