[Pkg-voip-commits] r3531 - openser/trunk/debian

Julien Blache jblache at alioth.debian.org
Sat May 12 09:50:23 UTC 2007


Author: jblache
Date: 2007-05-12 09:50:23 +0000 (Sat, 12 May 2007)
New Revision: 3531

Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/rules
Log:
Build at -O2 on arm again, now that #390694 is fixed.


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2007-05-12 09:48:30 UTC (rev 3530)
+++ openser/trunk/debian/changelog	2007-05-12 09:50:23 UTC (rev 3531)
@@ -4,6 +4,8 @@
 
   * debian/control:
     + Build-Depend on libsnmp-dev instead of libsnmp10-dev.
+  * debian/rules:
+    + Build at -O2 on arm again, now that #390694 is fixed.
   * debian/openser.init:
     + Create /var/run/openser if it doesn't exist.
   * debian/openser.dirs:
@@ -17,7 +19,7 @@
   * debian/patches/22_perl_sysv_sem.dpatch:
     + Removed; merged upstream.
 
- -- Julien BLACHE <jblache at debian.org>  Sat, 12 May 2007 11:47:52 +0200
+ -- Julien BLACHE <jblache at debian.org>  Sat, 12 May 2007 11:49:44 +0200
 
 openser (1.2.0-4) unstable; urgency=low
 

Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules	2007-05-12 09:48:30 UTC (rev 3530)
+++ openser/trunk/debian/rules	2007-05-12 09:50:23 UTC (rev 3531)
@@ -78,12 +78,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0
 else
-	# Needed to workaround #390694
-	ifeq (arm, $(DEB_HOST_ARCH))
-		CFLAGS += -O1
-	else
-		CFLAGS += -O2
-	endif
+	CFLAGS += -O2
 endif
 
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))




More information about the Pkg-voip-commits mailing list