[Pkg-voip-commits] r5173 - in /asterisk/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Jan 29 03:36:23 UTC 2008


Author: paravoid
Date: Tue Jan 29 03:36:22 2008
New Revision: 5173

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5173
Log:
* Remove workaround for gcc ICE on hppa (#445336), since apparently that has been fixed.

Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=5173&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Tue Jan 29 03:36:22 2008
@@ -2,9 +2,11 @@
 
   [ Faidon Liambotis ]
   * Update debian/copyright (packaging copyright, formatting etc.)
-
-  [ Tzafrir Cohen ]
-  * Break bristuff BRI/EuroISDN patch: 
+  * Remove workaround for gcc ICE on hppa (#445336), since apparently that has
+    been fixed.
+
+  [ Tzafrir Cohen ]
+  * Break bristuff BRI/EuroISDN patch:
   - zapata_num_spans - already accepted by upstream. Independent of libpri
     bristuff patch.
   - zapata-bri+euroisdn - now does not depend on most bristuff interface
@@ -14,7 +16,7 @@
   * patch use-libpri-bristuffed right next to zapata-bri+euroisdn, as
     zapata-bri+euroisdn depends on it to build.
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 21 Jan 2008 17:40:29 +0200
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 29 Jan 2008 05:34:48 +0200
 
 asterisk (1:1.4.17~dfsg-2) unstable; urgency=low
 

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=5173&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Tue Jan 29 03:36:22 2008
@@ -15,13 +15,6 @@
 endif
 
 export PROC := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
-
-ifneq ($(PROC),hppa)
-	BUILDFLAGS += OPTIMIZE=-O2
-else
-	# gcc-4.2 ICE on -O2, #445336
-	BUILDFLAGS += OPTIMIZE=-O1
-endif
 
 BUILDFLAGS += MAKECMDGOALS=dont-optimize
 




More information about the Pkg-voip-commits mailing list