Changeset 4994

Show
Ignore:
Timestamp:
01/03/07 22:10:42 (4 years ago)
Author:
bzhou
Message:

asterisk14: fixed asterisk14 for slugosbe with the help of osas

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r4992 r4994  
    360360# Packages that do not work for slugosbe. 
    361361SLUGOSBE_BROKEN_PACKAGES = \ 
    362         amule antinat asterisk asterisk14 atftp \ 
     362        amule antinat asterisk atftp \ 
    363363        bitlbee bluez-utils bzflag \ 
    364364        chillispot cyrus-imapd digitemp \ 
  • trunk/make/asterisk14.mk

    r4919 r4994  
    3737# ASTERISK14_IPK_VERSION should be incremented when the ipk changes. 
    3838# 
    39 ASTERISK14_IPK_VERSION=2 
     39ASTERISK14_IPK_VERSION=3 
    4040 
    4141# 
     
    5555# compilation or linking flags, then list them here. 
    5656# 
    57 ASTERISK14_CPPFLAGS=-fsigned-char -I$(STAGING_PREFIX)/include 
     57ifeq ($(OPTWARE_TARGET), slugosbe) 
     58ASTERISK14_CPPFLAGS=-fsigned-char -I$(STAGING_INCLUDE_DIR) -DPATH_MAX=4096 
     59else 
     60ASTERISK14_CPPFLAGS=-fsigned-char -I$(STAGING_INCLUDE_DIR) 
     61endif 
    5862ASTERISK14_LDFLAGS= 
    5963 
  • trunk/sources/asterisk14/gsm.patch

    r4821 r4994  
    77 ifeq (, $(findstring $(OSARCH) , Darwin SunOS )) 
    88-ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm ppc powerpc ppc64 ia64 s390 bfin mipsel )) 
    9 +ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b ppc powerpc ppc64 ia64 s390 bfin mipsel )) 
     9+ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b armeb ppc powerpc ppc64 ia64 s390 bfin mipsel )) 
    1010 ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 )) 
    1111 OPTIMIZE+=-march=$(PROC)