aboutsummaryrefslogtreecommitdiffstats
path: root/testing/asterisk/101-caps-uclibc.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-12-16 08:44:26 +0200
committerTimo Teräs <timo.teras@iki.fi>2011-12-16 08:45:33 +0200
commite0d4e807e849edd9fbbdb7fc9b010fd4e3d85e4c (patch)
treebb92c4cc49c0a079761ce40e9f2827f6d6b78638 /testing/asterisk/101-caps-uclibc.patch
parent46b0b8a55ba0053b15355f4f5f2f0e25221c5d04 (diff)
downloadaports-e0d4e807e849edd9fbbdb7fc9b010fd4e3d85e4c.tar.bz2
aports-e0d4e807e849edd9fbbdb7fc9b010fd4e3d85e4c.tar.xz
main/asterisk: upgrade to 10.0.0
... and delete the testing version.
Diffstat (limited to 'testing/asterisk/101-caps-uclibc.patch')
-rw-r--r--testing/asterisk/101-caps-uclibc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/asterisk/101-caps-uclibc.patch b/testing/asterisk/101-caps-uclibc.patch
deleted file mode 100644
index bb32d1ece1..0000000000
--- a/testing/asterisk/101-caps-uclibc.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- asterisk-1.6.0.18/configure.ac.orig Mon Oct 26 23:13:28 2009
-+++ asterisk-1.6.0.18/configure.ac Fri Nov 27 21:42:36 2009
-@@ -627,9 +627,11 @@
-
- AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
-
--if test "x${OSARCH}" = "xlinux-gnu" ; then
-- AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
--fi
-+case "${OSARCH}" in
-+ linux*)
-+ AST_EXT_LIB_CHECK([CAP], [cap], [cap_from_text], [sys/capability.h])
-+ ;;
-+esac
-
- AST_C_DEFINE_CHECK([DAHDI], [DAHDI_CODE], [dahdi/user.h])
-