[Pkg-voip-commits] r8619 - in /qutecom/trunk/debian: changelog patches/google-breakpad-stat.patch

cavedon at alioth.debian.org cavedon at alioth.debian.org
Wed Sep 1 05:14:20 UTC 2010


Author: cavedon
Date: Wed Sep  1 05:14:19 2010
New Revision: 8619

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8619
Log:
Add google-breakpad-stat.patch: fix compilation with glibc 2.12.

Added:
    qutecom/trunk/debian/patches/google-breakpad-stat.patch
Modified:
    qutecom/trunk/debian/changelog

Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=8619&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Wed Sep  1 05:14:19 2010
@@ -2,6 +2,8 @@
 
   * New upstream snapshot. Closes: #590234, #588003. (LP: #605162)
   * get-orig.source.sh: no longer need to remove duplicate of tinyurl.
+  * Add google-breakpad-stat.patch: fix compilation with glibc 2.12.
+    Closes: #590234.
   * Removed pacthes merged/fixed upstream:
     - fix-build-newer-ffmpeg.patch
     - track-sipaccount-init.patch

Added: qutecom/trunk/debian/patches/google-breakpad-stat.patch
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/google-breakpad-stat.patch?rev=8619&op=file
==============================================================================
--- qutecom/trunk/debian/patches/google-breakpad-stat.patch (added)
+++ qutecom/trunk/debian/patches/google-breakpad-stat.patch Wed Sep  1 05:14:19 2010
@@ -1,0 +1,15 @@
+Description: fix compilation with glibc 2.12
+Author: Reinhard Tartler <siretart at tauware.de>
+Bug: http://trac.qutecom.org/ticket/246
+Bug-Debian: http://bugs.debian.org/590234
+
+--- a/libs/3rdparty/googlebreakpad/src/common/linux/file_id.cc
++++ b/libs/3rdparty/googlebreakpad/src/common/linux/file_id.cc
+@@ -38,6 +38,7 @@
+ #include <fcntl.h>
+ #include <link.h>
+ #include <sys/mman.h>
++#include <sys/stat.h>
+ #include <string.h>
+ #include <unistd.h>
+ 




More information about the Pkg-voip-commits mailing list