[reSIProcate] [reConServer] Fixes for compilation problems with new gcc-5.2.1. Debian bug 778103. (#1)
operatornormal
notifications at github.com
Tue Aug 11 15:54:39 CDT 2015
Fixes for compilation problems with new gcc-5.2.1 found
at debian-sid. This gets rid of auto_ptr and replaces it with unique_ptr.
In order to unique_ptr to work right, a new CXXFLAG has been added
to configure script, it adds -std=c++11 to flags. This flag is all
right also for gcc-4.9 found from earlier debian versions.
For more information see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778103 at BTS.
You can view, comment on, or merge this pull request online at:
https://github.com/resiprocate/reConServer/pull/1
-- Commit Summary --
* Fixes for compilation problems with new gcc-5.2.1 that is available
-- File Changes --
M B2BCallManager.cxx (6)
M B2BCallManager.hxx (2)
M README (2)
M build/travis/configure (2)
M reConServer.cxx (2)
-- Patch Links --
https://github.com/resiprocate/reConServer/pull/1.patch
https://github.com/resiprocate/reConServer/pull/1.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/resiprocate/reConServer/pull/1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20150811/061cdf8b/attachment.htm>
More information about the resiprocate-devel
mailing list