summaryrefslogtreecommitdiffstats
path: root/testing/asterisk/asterisk-05-1.6.1-glob-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/asterisk/asterisk-05-1.6.1-glob-uclibc.patch')
-rw-r--r--testing/asterisk/asterisk-05-1.6.1-glob-uclibc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/asterisk/asterisk-05-1.6.1-glob-uclibc.patch b/testing/asterisk/asterisk-05-1.6.1-glob-uclibc.patch
deleted file mode 100644
index 477513a23..000000000
--- a/testing/asterisk/asterisk-05-1.6.1-glob-uclibc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: asterisk-team-group-issue8824/main/xmldoc.c
-===================================================================
---- asterisk-team-group-issue8824.orig/main/xmldoc.c 2008-12-11 14:44:01.000000000 +0200
-+++ asterisk-team-group-issue8824/main/xmldoc.c 2008-12-11 14:44:35.000000000 +0200
-@@ -1786,8 +1786,8 @@
- ast_register_atexit(xmldoc_unload_documentation);
-
- /* Get every *-LANG.xml file inside $(ASTDATADIR)/documentation */
-- ast_asprintf(&xmlpattern, "%s/documentation{/thirdparty/,/}*-{%s,%.2s_??,%s}.xml", ast_config_AST_DATA_DIR,
-- documentation_language, documentation_language, default_documentation_language);
-+ ast_asprintf(&xmlpattern, "%s/documentation/*-%s.xml", ast_config_AST_DATA_DIR,
-+ documentation_language);
- globbuf.gl_offs = 0; /* initialize it to silence gcc */
- globret = glob(xmlpattern, MY_GLOB_FLAGS, NULL, &globbuf);
- if (globret == GLOB_NOSPACE) {