[Pkg-voip-commits] r5615 - in /asterisk/trunk/debian: changelog patches/armel_support patches/series

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Sat Apr 26 12:07:48 UTC 2008


Author: maniac-guest
Date: Sat Apr 26 12:07:48 2008
New Revision: 5615

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5615
Log:
Added armel support

Added:
    asterisk/trunk/debian/patches/armel_support
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/series

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=5615&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sat Apr 26 12:07:48 2008
@@ -5,6 +5,9 @@
 
   [ Victor Seva ]
   * Patch sample files pointing now to the correct doc files. (Closes: #475681) 
+  * Added support for armel (Closes: #477389).
+    Patch from Riku Voipio <riku.voipio at iki.fi>
+    - Added armel_support patch.
 
  -- Mark Purcell <msp at debian.org>  Thu, 24 Apr 2008 07:27:27 +1000
 

Added: asterisk/trunk/debian/patches/armel_support
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/armel_support?rev=5615&op=file
==============================================================================
--- asterisk/trunk/debian/patches/armel_support (added)
+++ asterisk/trunk/debian/patches/armel_support Sat Apr 26 12:07:48 2008
@@ -1,0 +1,11 @@
+--- a/main/Makefile
++++ b/main/Makefile
+@@ -52,7 +52,7 @@ ifeq ($(wildcard /usr/include/dlfcn.h),)
+   OBJS+=dlfcn.o
+ endif
+ 
+-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc ),)
++ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi ),)
+   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
+   AST_LIBS+=-ldl
+   endif

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=5615&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Sat Apr 26 12:07:48 2008
@@ -96,5 +96,8 @@
 astgenkey-security
 apptest_sleep
 
-# pointing to wrong doc files
+# pointing to wrong doc files ( solved upstream rev 114649 )
 samples
+
+# adding armel support
+armel_support




More information about the Pkg-voip-commits mailing list