summaryrefslogtreecommitdiffstats
path: root/main/freeswitch/fix-postgres-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-10 14:47:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-10 14:47:34 +0000
commit27457b8fd7d9ae5294fba872f3a655041baaea09 (patch)
tree8cc1191c6c0303c4c9ddbeeb118ce7434b70b0f7 /main/freeswitch/fix-postgres-headers.patch
parenteedd39b4d215130117baf03f8c4bba04bb852200 (diff)
downloadaports-27457b8fd7d9ae5294fba872f3a655041baaea09.tar.bz2
aports-27457b8fd7d9ae5294fba872f3a655041baaea09.tar.xz
main/freeswitch: upgrade to 1.4.7
also rework the system-lua patch so we dont need bootstrap as it takes too much time. Patch has been sent upstream: https://jira.freeswitch.org/browse/FS-353
Diffstat (limited to 'main/freeswitch/fix-postgres-headers.patch')
-rw-r--r--main/freeswitch/fix-postgres-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/freeswitch/fix-postgres-headers.patch b/main/freeswitch/fix-postgres-headers.patch
new file mode 100644
index 000000000..c158c8d3b
--- /dev/null
+++ b/main/freeswitch/fix-postgres-headers.patch
@@ -0,0 +1,11 @@
+--- ./src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c.orig
++++ ./src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c
+@@ -37,7 +37,7 @@
+
+ #include <switch.h>
+ #include <sys/stat.h>
+-#include <postgresql/libpq-fe.h>
++#include <libpq-fe.h>
+
+ SWITCH_MODULE_LOAD_FUNCTION(mod_cdr_pg_csv_load);
+ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_cdr_pg_csv_shutdown);