aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-15 06:47:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-15 07:58:51 +0000
commita2d38689167503882e4ac7c542fb30e8b0ee8e3e (patch)
tree19a15804b382f832f1c7d9c6aed706650e7e7062
parenta3ce88c23dc5089f1d4f15e1c1052f23a723d459 (diff)
downloadalpine_aports-a2d38689167503882e4ac7c542fb30e8b0ee8e3e.tar.bz2
alpine_aports-a2d38689167503882e4ac7c542fb30e8b0ee8e3e.tar.xz
alpine_aports-a2d38689167503882e4ac7c542fb30e8b0ee8e3e.zip
testing/asteriks: removed useless patch
-rw-r--r--testing/asterisk/APKBUILD2
-rw-r--r--testing/asterisk/asterisk-02-1.6.0-uclibc.patch30
2 files changed, 0 insertions, 32 deletions
diff --git a/testing/asterisk/APKBUILD b/testing/asterisk/APKBUILD
index 650183c7a1..ced7f2119e 100644
--- a/testing/asterisk/APKBUILD
+++ b/testing/asterisk/APKBUILD
@@ -16,7 +16,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc
16 $pkgname-tds" 16 $pkgname-tds"
17source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$_myver.tar.gz 17source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$_myver.tar.gz
18 asterisk-01-1.6.0-gsm-pic.patch 18 asterisk-01-1.6.0-gsm-pic.patch
19 asterisk-02-1.6.0-uclibc.patch
20 asterisk-03-1.6.2.0-beta1-to-r186562.patch 19 asterisk-03-1.6.2.0-beta1-to-r186562.patch
21 asterisk-04-1.6.0-beta7.1-caps-uclibc.patch 20 asterisk-04-1.6.0-beta7.1-caps-uclibc.patch
22 asterisk-05-1.6.1-glob-uclibc.patch 21 asterisk-05-1.6.1-glob-uclibc.patch
@@ -90,7 +89,6 @@ tds() {
90 89
91md5sums="1a44f295fc9e72d19da7f42d095e6c60 asterisk-1.6.2.0-beta1.tar.gz 90md5sums="1a44f295fc9e72d19da7f42d095e6c60 asterisk-1.6.2.0-beta1.tar.gz
9297b39fd9777a2521d4f9f095482b7ac2 asterisk-01-1.6.0-gsm-pic.patch 9197b39fd9777a2521d4f9f095482b7ac2 asterisk-01-1.6.0-gsm-pic.patch
9353b0b2a1527972722a50c8c5b560e63e asterisk-02-1.6.0-uclibc.patch
949f5d2412feea58ed49e2dff5cfd1fb8f asterisk-03-1.6.2.0-beta1-to-r186562.patch 929f5d2412feea58ed49e2dff5cfd1fb8f asterisk-03-1.6.2.0-beta1-to-r186562.patch
95929f740db7043b4553544ebcc7315c91 asterisk-04-1.6.0-beta7.1-caps-uclibc.patch 93929f740db7043b4553544ebcc7315c91 asterisk-04-1.6.0-beta7.1-caps-uclibc.patch
96c37928e95ebef36aad097accfdbbfcb8 asterisk-05-1.6.1-glob-uclibc.patch 94c37928e95ebef36aad097accfdbbfcb8 asterisk-05-1.6.1-glob-uclibc.patch
diff --git a/testing/asterisk/asterisk-02-1.6.0-uclibc.patch b/testing/asterisk/asterisk-02-1.6.0-uclibc.patch
deleted file mode 100644
index 774baf53e0..0000000000
--- a/testing/asterisk/asterisk-02-1.6.0-uclibc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1Index: Makefile
2===================================================================
3--- a/Makefile.orig 2008-01-29 19:22:47.000000000 +0200
4+++ b/Makefile 2008-03-27 13:13:34.000000000 +0200
5@@ -259,6 +259,10 @@
6 ASTCFLAGS+=-pthread
7 endif
8
9+ifeq ($(OSARCH),linux-uclibc)
10+ AST_LIBS+=-lpthread -ldl
11+endif
12+
13 ifeq ($(OSARCH),SunOS)
14 ASTCFLAGS+=-Wcast-align -DSOLARIS -I../include/solaris-compat -I/opt/ssl/include -I/usr/local/ssl/include -D_XPG4_2
15 endif
16Index: utils/Makefile
17===================================================================
18--- a/utils/Makefile.orig 2008-03-27 13:14:16.000000000 +0200
19+++ b/utils/Makefile 2008-03-27 13:15:06.000000000 +0200
20@@ -29,6 +29,10 @@
21 UTILS:=$(filter-out muted,$(UTILS))
22 endif
23
24+ifeq ($(OSARCH),linux-uclibc)
25+ LIBS+=-lpthread -lm -ldl
26+endif
27+
28 ifeq ($(OSARCH),OpenBSD)
29 UTILS:=$(filter-out muted,$(UTILS))
30 endif