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

Julien Blache jblache at costa.debian.org
Sun Oct 8 10:15:14 UTC 2006


Author: jblache
Date: 2006-10-08 10:15:13 +0000 (Sun, 08 Oct 2006)
New Revision: 2506

Modified:
   openser/trunk/debian/rules
Log:
That should have been arm and not amd64, oops.


Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules	2006-10-08 10:13:54 UTC (rev 2505)
+++ openser/trunk/debian/rules	2006-10-08 10:15:13 UTC (rev 2506)
@@ -61,7 +61,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0
 else
-	ifeq (amd64, $(DEB_HOST_ARCH))
+	ifeq (arm, $(DEB_HOST_ARCH))
 		CFLAGS += -O1
 	else
 		CFLAGS += -O2




More information about the Pkg-voip-commits mailing list