Christian Wiese
14 years ago
4 changed files with 0 additions and 142 deletions
@ -1,58 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../asterisk-addons/asterisk-addons-1.4.13-mysql-5.5-header.patch
|
||||
# Copyright (C) 2011 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff -ruN asterisk-addons-1.4.13-orig/apps/app_addon_sql_mysql.c asterisk-addons-1.4.13/apps/app_addon_sql_mysql.c
|
||||
--- asterisk-addons-1.4.13-orig/apps/app_addon_sql_mysql.c 2010-10-08 16:42:56.000000000 +0200
|
||||
+++ asterisk-addons-1.4.13/apps/app_addon_sql_mysql.c 2011-03-19 00:09:11.964072237 +0100
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
-#include <mysql/mysql.h>
|
||||
+#include <mysql.h>
|
||||
|
||||
#include <asterisk/file.h>
|
||||
#include <asterisk/logger.h>
|
||||
diff -ruN asterisk-addons-1.4.13-orig/cdr/cdr_addon_mysql.c asterisk-addons-1.4.13/cdr/cdr_addon_mysql.c
|
||||
--- asterisk-addons-1.4.13-orig/cdr/cdr_addon_mysql.c 2010-10-08 16:42:56.000000000 +0200
|
||||
+++ asterisk-addons-1.4.13/cdr/cdr_addon_mysql.c 2011-03-19 00:10:45.840085556 +0100
|
||||
@@ -41,8 +41,8 @@
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
-#include <mysql/mysql.h>
|
||||
-#include <mysql/errmsg.h>
|
||||
+#include <mysql.h>
|
||||
+#include <errmsg.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
diff -ruN asterisk-addons-1.4.13-orig/res/res_config_mysql.c asterisk-addons-1.4.13/res/res_config_mysql.c
|
||||
--- asterisk-addons-1.4.13-orig/res/res_config_mysql.c 2010-10-08 16:42:56.000000000 +0200
|
||||
+++ asterisk-addons-1.4.13/res/res_config_mysql.c 2011-03-19 00:09:11.964072237 +0100
|
||||
@@ -56,9 +56,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
-#include <mysql/mysql.h>
|
||||
-#include <mysql/mysql_version.h>
|
||||
-#include <mysql/errmsg.h>
|
||||
+#include <mysql.h>
|
||||
+#include <mysql_version.h>
|
||||
+#include <errmsg.h>
|
||||
|
||||
AST_MUTEX_DEFINE_STATIC(mysql_lock);
|
||||
#define RES_CONFIG_MYSQL_CONF "res_mysql.conf"
|
@ -1,24 +0,0 @@
|
||||
|
||||
[TIMESTAMP] 1165002183 Fri Dec 1 21:43:03 2006 |
||||
[BUILDTIME] 5 (5) |
||||
[SIZE] 0.14 MB, 11 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] asterisk |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] mysql |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] zlib |
@ -1,26 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../asterisk-addons/asterisk-addons.conf |
||||
# Copyright (C) 2006 - 2011 The OpenSDE Project |
||||
# Copyright (C) 2006 The T2 SDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
pkgprefix -t asterisk |
||||
|
||||
# always use the prefix asterisk is using |
||||
prefix="$(pkgprefix asterisk)" |
||||
set_confopt |
||||
|
||||
var_append makeopt ' ' "ASTLIBDIR=$( pkgprefix libdir asterisk )" |
||||
var_append makeinstopt ' ' "ASTLIBDIR=$( pkgprefix libdir asterisk )" |
||||
|
||||
var_append GCC_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir asterisk )" |
||||
var_append GCC_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir mysql )" |
@ -1,34 +0,0 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../asterisk-addons/asterisk-addons.desc |
||||
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project |
||||
[COPY] Copyright (C) 2006 The T2 SDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] Various modules and addons for the Asterisk Open Source PBX. |
||||
|
||||
[T] Contains the source code to various modules and addons for the |
||||
[T] Asterisk Open Source PBX. |
||||
|
||||
[U] http://www.asterisk.org/ |
||||
|
||||
[A] The Asterisk Project |
||||
[M] Christian Wiese <jeru@ixplanet.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.4.13 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 2391995686 asterisk-addons-1.4.13.tar.gz http://downloads.asterisk.org/pub/telephony/asterisk/releases/ |
||||
|
Loading…
Reference in new issue