[Pkg-voip-commits] r2872 - in asterisk/trunk/debian: . patches

Kilian Krause kilian at alioth.debian.org
Thu Dec 28 13:41:08 CET 2006


Author: kilian
Date: 2006-12-28 13:41:08 +0100 (Thu, 28 Dec 2006)
New Revision: 2872

Added:
   asterisk/trunk/debian/patches/Makefile_hostcc.dpatch
Modified:
   asterisk/trunk/debian/changelog
   asterisk/trunk/debian/patches/00list
Log:
remove gcc hardcoding (Closes: #316802)


Modified: asterisk/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog	2006-12-28 12:26:17 UTC (rev 2871)
+++ asterisk/trunk/debian/changelog	2006-12-28 12:41:08 UTC (rev 2872)
@@ -6,8 +6,9 @@
     (Closes: #403544)
   * Update bristuff patch to apply cleanly with 1.2.14 until new upstream
     version is out.
+  * Remove hardcoded gcc (Closes: #316802)
 
- -- Kilian Krause <kilian at debian.org>  Thu, 28 Dec 2006 11:11:12 +0100
+ -- Kilian Krause <kilian at debian.org>  Thu, 28 Dec 2006 13:40:07 +0100
 
 asterisk (1:1.2.13~dfsg-2) unstable; urgency=low
 

Modified: asterisk/trunk/debian/patches/00list
===================================================================
--- asterisk/trunk/debian/patches/00list	2006-12-28 12:26:17 UTC (rev 2871)
+++ asterisk/trunk/debian/patches/00list	2006-12-28 12:41:08 UTC (rev 2872)
@@ -19,3 +19,4 @@
 backport_playdtmf
 cdr_sqlite3_custom
 less_docs
+Makefile_hostcc

Added: asterisk/trunk/debian/patches/Makefile_hostcc.dpatch
===================================================================
--- asterisk/trunk/debian/patches/Makefile_hostcc.dpatch	2006-12-28 12:26:17 UTC (rev 2871)
+++ asterisk/trunk/debian/patches/Makefile_hostcc.dpatch	2006-12-28 12:41:08 UTC (rev 2872)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Makefile_hostcc.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove gcc hardcoding (Closes: #316802)
+
+ at DPATCH@
+diff -urNad asterisk-1.2.14~dfsg~/Makefile asterisk-1.2.14~dfsg/Makefile
+--- asterisk-1.2.14~dfsg~/Makefile	2006-12-11 22:55:43.000000000 +0100
++++ asterisk-1.2.14~dfsg/Makefile	2006-12-28 13:37:47.431045647 +0100
+@@ -19,8 +19,8 @@
+ # CROSS_COMPILE=/opt/montavista/pro/devkit/arm/xscale_be/bin/xscale_be-
+ # CROSS_COMPILE_BIN=/opt/montavista/pro/devkit/arm/xscale_be/bin/
+ # CROSS_COMPILE_TARGET=/opt/montavista/pro/devkit/arm/xscale_be/target
+-CC=$(CROSS_COMPILE)gcc
+-HOST_CC=gcc
++#CC=$(CROSS_COMPILE)gcc
++#HOST_CC=gcc
+ # CROSS_ARCH=Linux
+ # CROSS_PROC=arm
+ # SUB_PROC=xscale # or maverick


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




More information about the Pkg-voip-commits mailing list