[Pkg-voip-commits] [resiprocate] 01/02: Add a fix for testTcp

Daniel Pocock pocock at alioth.debian.org
Mon Nov 4 23:09:54 UTC 2013


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

pocock pushed a commit to branch master
in repository resiprocate.

commit 03f0142b42b2acfbe8cc3ddaa98c826327776c06
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Mon Nov 4 23:33:32 2013 +0100

    Add a fix for testTcp
---
 debian/rules |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index f234fad..665aad8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,11 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CFG_ARGS)
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+# this is due to a problem with the test case rather than the stack itself
+# upstream is investigating
+	sed -i -e 's/assert.!failedToReceiveGoodMessage);//' resip/stack/test/testTcp.cxx
+endif
 
 override_dh_auto_build:
 	dh_auto_build --parallel

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



More information about the Pkg-voip-commits mailing list