[SCM] liblivemedia packaging branch, master, updated. debian/2009.11.27-1-16-g24fda37
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Wed Jan 20 09:46:34 UTC 2010
The following commit has been merged in the master branch:
commit 24fda371f0f3b2f7c33d2f41435ae665becb1ef0
Author: Christophe Mutricy <xtophe at videolan.org>
Date: Tue Jan 19 15:01:58 2010 +0100
ip_mreq_source is defined in all glibc not just on kfreebsd. Fix hurd FTBFS
diff --git a/debian/patches/021_ip_mreq_source.diff b/debian/patches/021_ip_mreq_source.diff
index 0bb373d..b79e1d2 100644
--- a/debian/patches/021_ip_mreq_source.diff
+++ b/debian/patches/021_ip_mreq_source.diff
@@ -6,7 +6,7 @@ Index: liblivemedia/groupsock/GroupsockHelper.cpp
// let us know, by sending email to the "live-devel" mailing list.
// (See <http://lists.live555.com/mailman/listinfo/live-devel/> to subscribe to that mailing list.)
// END NOTE TO CYGWIN DEVELOPERS
-+#if !(defined(__FreeBSD_kernel__) && defined(__GLIBC__))
++#ifndef __GLIBC__
struct ip_mreq_source {
struct in_addr imr_multiaddr; /* IP multicast address of group */
struct in_addr imr_sourceaddr; /* IP address of source */
--
liblivemedia packaging
More information about the pkg-multimedia-commits
mailing list