diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-15 06:47:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-15 07:58:51 +0000 |
commit | a2d38689167503882e4ac7c542fb30e8b0ee8e3e (patch) | |
tree | 19a15804b382f832f1c7d9c6aed706650e7e7062 /testing/asterisk | |
parent | a3ce88c23dc5089f1d4f15e1c1052f23a723d459 (diff) | |
download | aports-a2d38689167503882e4ac7c542fb30e8b0ee8e3e.tar.bz2 aports-a2d38689167503882e4ac7c542fb30e8b0ee8e3e.tar.xz |
testing/asteriks: removed useless patch
Diffstat (limited to 'testing/asterisk')
-rw-r--r-- | testing/asterisk/APKBUILD | 2 | ||||
-rw-r--r-- | testing/asterisk/asterisk-02-1.6.0-uclibc.patch | 30 |
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 $pkgname-tds" source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$_myver.tar.gz asterisk-01-1.6.0-gsm-pic.patch - asterisk-02-1.6.0-uclibc.patch asterisk-03-1.6.2.0-beta1-to-r186562.patch asterisk-04-1.6.0-beta7.1-caps-uclibc.patch asterisk-05-1.6.1-glob-uclibc.patch @@ -90,7 +89,6 @@ tds() { md5sums="1a44f295fc9e72d19da7f42d095e6c60 asterisk-1.6.2.0-beta1.tar.gz 97b39fd9777a2521d4f9f095482b7ac2 asterisk-01-1.6.0-gsm-pic.patch -53b0b2a1527972722a50c8c5b560e63e asterisk-02-1.6.0-uclibc.patch 9f5d2412feea58ed49e2dff5cfd1fb8f asterisk-03-1.6.2.0-beta1-to-r186562.patch 929f740db7043b4553544ebcc7315c91 asterisk-04-1.6.0-beta7.1-caps-uclibc.patch c37928e95ebef36aad097accfdbbfcb8 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 @@ -Index: Makefile -=================================================================== ---- a/Makefile.orig 2008-01-29 19:22:47.000000000 +0200 -+++ b/Makefile 2008-03-27 13:13:34.000000000 +0200 -@@ -259,6 +259,10 @@ - ASTCFLAGS+=-pthread - endif - -+ifeq ($(OSARCH),linux-uclibc) -+ AST_LIBS+=-lpthread -ldl -+endif -+ - ifeq ($(OSARCH),SunOS) - ASTCFLAGS+=-Wcast-align -DSOLARIS -I../include/solaris-compat -I/opt/ssl/include -I/usr/local/ssl/include -D_XPG4_2 - endif -Index: utils/Makefile -=================================================================== ---- a/utils/Makefile.orig 2008-03-27 13:14:16.000000000 +0200 -+++ b/utils/Makefile 2008-03-27 13:15:06.000000000 +0200 -@@ -29,6 +29,10 @@ - UTILS:=$(filter-out muted,$(UTILS)) - endif - -+ifeq ($(OSARCH),linux-uclibc) -+ LIBS+=-lpthread -lm -ldl -+endif -+ - ifeq ($(OSARCH),OpenBSD) - UTILS:=$(filter-out muted,$(UTILS)) - endif |