aboutsummaryrefslogtreecommitdiffstats
path: root/testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-14 08:59:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-14 08:59:04 +0000
commitdd0022d637b0a21f616550bca17979d8370eaea5 (patch)
treedf67d6d0d787ceec71db9bbe2cf2bbfd435ebd5a /testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch
parent8957a44d6e89ba6f39e470c358b5841cf9a1b384 (diff)
downloadaports-dd0022d637b0a21f616550bca17979d8370eaea5.tar.bz2
aports-dd0022d637b0a21f616550bca17979d8370eaea5.tar.xz
testing/asterisk: use 1.6.2.0
we want use this for production and it needs some testing
Diffstat (limited to 'testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch')
-rw-r--r--testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch b/testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch
deleted file mode 100644
index 1acf87f34f..0000000000
--- a/testing/asterisk/asterisk-04-1.6.0-beta7.1-caps-uclibc.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- asterisk-1.6.0-beta7.1/configure.ac.orig 2008-04-04 07:31:06 +0000
-+++ asterisk-1.6.0-beta7.1/configure.ac 2008-04-04 07:36:14 +0000
-@@ -522,9 +522,11 @@
-
- AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
-
--if test "x${host_os}" = "xlinux-gnu" ; then
-- AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
--fi
-+case "${host_os}" in
-+ linux*)
-+ AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
-+ ;;
-+esac
-
- # BSD might not have exp2, and/or log2
- AST_EXT_LIB_CHECK([EXP2L], [m], [exp2l])