Changeset 4994
- Timestamp:
- 01/03/07 22:10:42 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
make/asterisk14.mk (modified) (2 diffs)
-
sources/asterisk14/gsm.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r4992 r4994 360 360 # Packages that do not work for slugosbe. 361 361 SLUGOSBE_BROKEN_PACKAGES = \ 362 amule antinat asterisk a sterisk14 atftp \362 amule antinat asterisk atftp \ 363 363 bitlbee bluez-utils bzflag \ 364 364 chillispot cyrus-imapd digitemp \ -
trunk/make/asterisk14.mk
r4919 r4994 37 37 # ASTERISK14_IPK_VERSION should be incremented when the ipk changes. 38 38 # 39 ASTERISK14_IPK_VERSION= 239 ASTERISK14_IPK_VERSION=3 40 40 41 41 # … … 55 55 # compilation or linking flags, then list them here. 56 56 # 57 ASTERISK14_CPPFLAGS=-fsigned-char -I$(STAGING_PREFIX)/include 57 ifeq ($(OPTWARE_TARGET), slugosbe) 58 ASTERISK14_CPPFLAGS=-fsigned-char -I$(STAGING_INCLUDE_DIR) -DPATH_MAX=4096 59 else 60 ASTERISK14_CPPFLAGS=-fsigned-char -I$(STAGING_INCLUDE_DIR) 61 endif 58 62 ASTERISK14_LDFLAGS= 59 63 -
trunk/sources/asterisk14/gsm.patch
r4821 r4994 7 7 ifeq (, $(findstring $(OSARCH) , Darwin SunOS )) 8 8 -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 )) 10 10 ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 )) 11 11 OPTIMIZE+=-march=$(PROC)
