[Pkg-voip-commits] r10192 - in /dahdi-tools/trunk/debian: changelog patches/fix_xpp_buildfix patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Thu May 23 07:12:53 UTC 2013


Author: tzafrir
Date: Thu May 23 07:12:53 2013
New Revision: 10192

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10192
Log:
Patch fix_xpp_buildfix

Patch fix_xpp_buildfix: The sole (currently) change in the upcoming
dahdi-tools 2.6.3. A further build fix for gcc 4.8.

Added:
    dahdi-tools/trunk/debian/patches/fix_xpp_buildfix
Modified:
    dahdi-tools/trunk/debian/changelog
    dahdi-tools/trunk/debian/patches/series

Modified: dahdi-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/changelog?rev=10192&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/changelog (original)
+++ dahdi-tools/trunk/debian/changelog Thu May 23 07:12:53 2013
@@ -1,6 +1,8 @@
 dahdi-tools (1:2.6.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Patch fix_xpp_buildfix: The sole (currently) change in the upcoming
+    dahdi-tools 2.6.3. A further build fix for gcc 4.8.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 23 May 2013 09:55:54 +0300
 

Added: dahdi-tools/trunk/debian/patches/fix_xpp_buildfix
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/fix_xpp_buildfix?rev=10192&op=file
==============================================================================
--- dahdi-tools/trunk/debian/patches/fix_xpp_buildfix (added)
+++ dahdi-tools/trunk/debian/patches/fix_xpp_buildfix Thu May 23 07:12:53 2013
@@ -1,0 +1,35 @@
+From: Russ Meyerriecks <rmeyerriecks at digium.com>
+Date: Wed, 13 Mar 2013 14:28:48 -0500
+Subject: xpp: Fix compile error with fedora 17
+Origin: http://git.asterisk.org/gitweb/?p=dahdi/tools.git;a=commit;h=eacc071afe6e8ae388341b7181b399fa868a3466
+
+One line change to re-include a missing header
+
+To be included in DAHDI-tools 2.6.3.
+
+Reported-By: Anthony Messina
+Internal-Issue-ID: DAHTOOL-60
+Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
+(cherry picked from commit eacc071afe6e8ae388341b7181b399fa868a3466)
+---
+ xpp/oct612x/include/octdef.h |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/xpp/oct612x/include/octdef.h b/xpp/oct612x/include/octdef.h
+index a2da33d..7e534b7 100644
+--- a/xpp/oct612x/include/octdef.h
++++ b/xpp/oct612x/include/octdef.h
+@@ -39,6 +39,10 @@ $Octasic_Revision: 12 $
+ extern "C" {
+ #endif
+ 
++#ifndef __KERNEL__
++#include <stdio.h>
++#endif
++
+ /*****************************  INCLUDE FILES  *******************************/
+ 
+ /*--------------------------------------------------------------------------
+-- 
+1.7.10.4
+

Modified: dahdi-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/series?rev=10192&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/patches/series (original)
+++ dahdi-tools/trunk/debian/patches/series Thu May 23 07:12:53 2013
@@ -2,3 +2,4 @@
 echocan_oslec
 init_unload_oslec
 remove_dahdi_speed
+fix_xpp_buildfix




More information about the Pkg-voip-commits mailing list