[Pkg-voip-commits] r10018 - in /kamailio/branches/wheezy/debian: changelog patches/arm_fix.patch patches/series

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Fri Nov 2 10:57:41 UTC 2012


Author: maniac-guest
Date: Fri Nov  2 10:57:40 2012
New Revision: 10018

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10018
Log:
fix for arm. Closing #690388

Added:
    kamailio/branches/wheezy/debian/patches/arm_fix.patch
Modified:
    kamailio/branches/wheezy/debian/changelog
    kamailio/branches/wheezy/debian/patches/series

Modified: kamailio/branches/wheezy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/branches/wheezy/debian/changelog?rev=10018&op=diff
==============================================================================
--- kamailio/branches/wheezy/debian/changelog (original)
+++ kamailio/branches/wheezy/debian/changelog Fri Nov  2 10:57:40 2012
@@ -1,13 +1,15 @@
 kamailio (3.3.0-2) unstable; urgency=low
 
   * debian/patches/upstream:
-    + add fixes from upstream.
+    + add mayor fixes from upstream.
     + 0007-modules_k-presence-Added-missing-use_table-call.patch
     + 0009-modules-sl-Fixed-segmentation-fault-and-corrected-lo.patch
     + 0013-modules-matrix-Fixed-MI-command-not-exported.patch
     + 0020-tls-set-function-to-return-the-id.patch
-
- -- Victor Seva <linuxmaniac at torreviejawireless.org>  Mon, 06 Aug 2012 09:52:04 +0200
+  * Adddebian/patches:
+    + arm_fix.patch (Closes: #690388) Thanks Matthias Klose <doko at debian.org>
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 02 Nov 2012 11:53:01 +0100
 
 kamailio (3.3.0-1) unstable; urgency=low
 

Added: kamailio/branches/wheezy/debian/patches/arm_fix.patch
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/branches/wheezy/debian/patches/arm_fix.patch?rev=10018&op=file
==============================================================================
--- kamailio/branches/wheezy/debian/patches/arm_fix.patch (added)
+++ kamailio/branches/wheezy/debian/patches/arm_fix.patch Fri Nov  2 10:57:40 2012
@@ -1,0 +1,11 @@
+--- a/Makefile.defs
++++ b/Makefile.defs
+@@ -1181,7 +1181,7 @@
+ ifeq		($(CC_NAME), gcc)
+ 				C_DEFS+=-DCC_GCC_LIKE_ASM
+ 				#common stuff
+-				CFLAGS=-O9 -funroll-loops -fsigned-char $(PROFILE)
++				CFLAGS=-marm -march=armv5t -O9 -funroll-loops -fsigned-char $(PROFILE)
+ 			#if gcc 4.5+ or 4.2+
+ ifeq (,$(strip $(filter-out 4.2+ 4.5+,$(CC_SHORTVER))))
+ 					CFLAGS+= -ftree-vectorize -fno-strict-overflow

Modified: kamailio/branches/wheezy/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/branches/wheezy/debian/patches/series?rev=10018&op=diff
==============================================================================
--- kamailio/branches/wheezy/debian/patches/series (original)
+++ kamailio/branches/wheezy/debian/patches/series Fri Nov  2 10:57:40 2012
@@ -10,3 +10,4 @@
 plumb_md5.patch
 plumb_md5_fixes.patch
 fix_export.patch
+arm_fix.patch




More information about the Pkg-voip-commits mailing list