[Pkg-voip-commits] r3373 - asterisk/trunk/debian/patches

Tzafrir Cohen tzafrir-guest at alioth.debian.org
Sun Apr 8 14:52:30 UTC 2007


Author: tzafrir-guest
Date: 2007-04-08 14:52:30 +0000 (Sun, 08 Apr 2007)
New Revision: 3373

Added:
   asterisk/trunk/debian/patches/h323_fix_1217.dpatch
Modified:
   asterisk/trunk/debian/patches/00list
Log:
This should hopefully fix the building of h323.


Modified: asterisk/trunk/debian/patches/00list
===================================================================
--- asterisk/trunk/debian/patches/00list	2007-04-08 14:39:49 UTC (rev 3372)
+++ asterisk/trunk/debian/patches/00list	2007-04-08 14:52:30 UTC (rev 3373)
@@ -22,3 +22,4 @@
 Makefile_hostcc
 Makefile_clean
 daemon_color
+h323_fix_1217

Added: asterisk/trunk/debian/patches/h323_fix_1217.dpatch
===================================================================
--- asterisk/trunk/debian/patches/h323_fix_1217.dpatch	2007-04-08 14:39:49 UTC (rev 3372)
+++ asterisk/trunk/debian/patches/h323_fix_1217.dpatch	2007-04-08 14:52:30 UTC (rev 3373)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## h323_fix_1217.dpatch by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Upstream changeset 58008 broke h323 building. Revert it.
+## DP: (Should probably be fixed by 1.2.18. Upstream issue: _____)
+
+ at DPATCH@
+diff -urNad asterisk-1.2.17~dfsg~/channels/h323/Makefile asterisk-1.2.17~dfsg/channels/h323/Makefile
+--- asterisk-1.2.17~dfsg~/channels/h323/Makefile	2007-03-06 17:17:16.000000000 +0200
++++ asterisk-1.2.17~dfsg/channels/h323/Makefile	2007-04-08 17:46:34.000000000 +0300
+@@ -21,8 +21,7 @@
+ OPENH323DIR=$(HOME)/openh323
+ endif
+ 
+-clean:
+-	rm -f *.so *.o .depend
++-include $(OPENH323DIR)/openh323u.mak
+ 
+ $(SOURCES)::	$(SOURCES:.cxx=.cpp)
+ 	ln -f $< $@
+@@ -31,7 +30,6 @@
+ 	touch $(SOURCES)
+ 
+ libchanh323.a:	$(OBJS)
+-	include $(OPENH323DIR)/openh323u.mak
+ 	ar crv $@ $(OBJS)
+ 
+ Makefile.ast:	FORCE


Property changes on: asterisk/trunk/debian/patches/h323_fix_1217.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list