[Pkg-voip-commits] [sflphone] 20/30: * changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff - fixes automatic endian detection

tzafrir at debian.org tzafrir at debian.org
Mon Sep 22 22:23:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository sflphone.

commit 42d62c3feea52d6e9eaa6e24d57ac795921d917d
Author: Mark Purcell <msp at debian.org>
Date:   Sun Jun 30 01:22:45 2013 +0000

    * changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff
      - fixes automatic endian detection
    
    git-svn-id: svn://anonscm.alioth.debian.org/svn/pkg-voip/sflphone/trunk@10246 5e74be4b-f5d6-0310-a852-e9e23c5afa6a
---
 debian/changelog                                     |  7 +++++++
 ...et_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7851ef3..af89b80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sflphone (1.2.3-2) UNRELEASED; urgency=low
+
+  * changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff 
+    - fixes automatic endian detection
+
+ -- Mark Purcell <msp at debian.org>  Sun, 30 Jun 2013 11:11:12 +1000
+
 sflphone (1.2.3-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff b/debian/patches/changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff
new file mode 100644
index 0000000..b20c457
--- /dev/null
+++ b/debian/patches/changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff
@@ -0,0 +1,20 @@
+commit 92d62cfc54732bbbcfff2b1d36c096b120b981a5
+Author: Tristan Matthews <tristan.matthews at savoirfairelinux.com>
+Date:   Wed Jun 26 12:02:37 2013 -0400
+
+    * #26302: pjsip: fix build of daemon for bi-endian systems
+
+Index: sflphone-1.2.2/daemon/globals.mak
+===================================================================
+--- sflphone-1.2.2.orig/daemon/globals.mak	2013-06-29 17:24:01.000000000 +1000
++++ sflphone-1.2.2/daemon/globals.mak	2013-06-29 17:25:13.000000000 +1000
+@@ -16,7 +16,8 @@
+ 		   -I$(src)/libs/pjproject-2.0.1/pjlib/include \
+ 		   -I$(src)/libs/pjproject-2.0.1/pjlib-util/include \
+ 		   -I$(src)/libs/pjproject-2.0.1/pjmedia/include \
+-		   -I$(src)/libs/pjproject-2.0.1/pjnath/include
++		   -I$(src)/libs/pjproject-2.0.1/pjnath/include \
++		   -DPJ_AUTOCONF=1
+ 
+ if BUILD_SPEEX
+ SPEEXCODEC=-DHAVE_SPEEX_CODEC
diff --git a/debian/patches/series b/debian/patches/series
index ffa5131..d7e8a0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ disable-ilbc.patch
 02_target_s390.patch
 #03_binutils-gold.patch
 #04_target_s4.patch
+changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sflphone.git



More information about the Pkg-voip-commits mailing list