Asterisk patch to be able to compile on arch armel

Andreas Bach Aaen usenet at bachaaen.dk
Wed Apr 30 20:56:47 UTC 2008


Hi,

I just need to add the following patch to be able to make a debian 
package of Asterisk on armel:
-------------------------
--- a/main/Makefile     2008-04-29 22:49:17.617781961 +0200
+++ b/main/Makefile     2008-04-29 22:49:17.617781961 +0200
@@ -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 linux-gnueabi uclinux 
linux-uclibc ),)
   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
   AST_LIBS+=-ldl
   endif
---------------------------

I hope this can help in providing an official Debian package of 
Asterisk for armel.

kind regards
Andreas Bach Aaen
-- 
 /\ ,_  _|,_ _  _  _,  |¨) _  _ |_    /\  _  _ ,_
/¨¨\| )(_|| (-'.-|`-,  |¨).-|(_ | )  /¨¨\.-|(-'| )
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
Open Source og Linux:  http://www.bachaaen.dk/blog
-------------- next part --------------
A non-text attachment was scrubbed...
Name: armel-makefile-linker-fix
Type: text/x-diff
Size: 436 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20080430/3d3e8762/attachment.diff 


More information about the Pkg-voip-maintainers mailing list