]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- update to 1.6.1.12
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Dec 2009 18:52:32 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-lib.patch -> 1.3
    asterisk-no_k6_on_sparc.patch -> 1.5

asterisk-lib.patch
asterisk-no_k6_on_sparc.patch

index 983c9328e6a4f4dc17d7c6926901a42609df4398..3a3bba89e66a6a6aedf374e5dda2380e8276ec4a 100644 (file)
@@ -1,9 +1,9 @@
---- asterisk-1.2.0/channels/Makefile.orig      2005-11-21 13:47:31.000000000 +0100
-+++ asterisk-1.2.0/channels/Makefile   2005-11-21 13:49:38.000000000 +0100
-@@ -31,8 +31,8 @@
+--- asterisk-1.6.1.12/channels/Makefile~       2009-07-21 16:48:38.000000000 +0300
++++ asterisk-1.6.1.12/channels/Makefile        2009-12-29 20:52:01.351345246 +0200
+@@ -21,8 +21,8 @@
  endif
  
- ifeq (${OSARCH},Linux)
+ ifeq ($(OSARCH),linux-gnu)
 -  PTLIB=-lpt_linux_x86_r
 -  H323LIB=-lh323_linux_x86_r
 +  PTLIB=-lpt
index 1c2e9328980fcf6c42f2cef81201570aaadefe63..775596a63e1177ed3639716dc14d559bd08dd4b1 100644 (file)
@@ -1,34 +1,20 @@
---- asterisk-1.2.0/codecs/gsm/Makefile.orig    2005-11-21 13:34:00.000000000 +0100
-+++ asterisk-1.2.0/codecs/gsm/Makefile 2005-11-21 13:40:02.000000000 +0100
-@@ -235,6 +235,7 @@
- ifneq ($(shell uname -m),alpha)
- ifneq ($(shell uname -m),armv4l)
- ifneq ($(shell uname -m),sparc64)
-+ifneq ($(shell uname -m),sparc)
- ifneq (${PROC},arm)
+--- asterisk-1.6.1.12/codecs/gsm/Makefile~     2009-12-29 20:48:57.000000000 +0200
++++ asterisk-1.6.1.12/codecs/gsm/Makefile      2009-12-29 20:49:58.084691177 +0200
+@@ -208,7 +208,7 @@
+ # XXX Keep a space after each findstring argument
+ # XXX should merge with GSM_OBJECTS
+ ifeq ($(OSARCH),linux-gnu)
+-ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 ))
++ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc s390 ))
+ ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel mips ))
  GSM_SOURCES+= $(SRC)/k6opt.s
  endif
-@@ -245,6 +246,7 @@
- endif
- endif
- endif
-+endif
+@@ -261,7 +261,7 @@
+               $(SRC)/table.o
  
- TOAST_SOURCES = $(SRC)/toast.c                \
-               $(SRC)/toast_lin.c      \
-@@ -296,6 +298,7 @@
- ifneq ($(shell uname -m), ppc64)
- ifneq ($(shell uname -m), alpha)
- ifneq ($(shell uname -m), sparc64)
-+ifneq ($(shell uname -m), sparc)
- ifneq ($(shell uname -m), armv4l)
+ ifeq ($(OSARCH),linux-gnu)
+-ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc ))
++ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 sparc parisc ))
+ ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel mips ))
  GSM_OBJECTS+= $(SRC)/k6opt.o
  endif
-@@ -305,6 +308,7 @@
- endif
- endif
- endif
-+endif
- TOAST_OBJECTS =       $(SRC)/toast.o          \
-               $(SRC)/toast_lin.o      \
This page took 0.147734 seconds and 4 git commands to generate.