[asterisk-dev] [Code Review] 3912: Fix ASTERISK-24032.
cloos
reviewboard at asterisk.org
Sun Aug 17 17:31:25 CDT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3912/
-----------------------------------------------------------
(Updated Aug. 17, 2014, 5:31 p.m.)
Status
------
This change has been marked as submitted.
Review request for Asterisk Developers.
Changes
-------
Committed in revision 421227
Bugs: ASTERISK-24032
https://issues.asterisk.org/jira/browse/ASTERISK-24032
Repository: Asterisk
Description
-------
Fix for ASTERISK-24032.
The jira also has patches for each of the 1.8 .. 13 branches.
To deal with instances of gcc which are patched to define _FORTIFY_SOURCE internally, the convention is to use -U_FORTIFY_SOURCE before -D_FORTIFY_SOURCE, to avoid the redefined warnings.
So this is essentially:
s/-D_FORTIFY_SOURCE/-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE/g
in configure.ac.
The patch does not include regenerating configure, in case of autoconf version differences.
Diffs
-----
trunk/configure.ac 420991
Diff: https://reviewboard.asterisk.org/r/3912/diff/
Testing
-------
./bootstrap.sh; ./configure; make
No warnings were generated.
Thanks,
cloos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140817/9da5644d/attachment.html>
More information about the asterisk-dev
mailing list