----------------------------------------------------------- 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
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev