aports/main/freeswitch/fix-postgres-headers.patch
Natanael Copa 27457b8fd7 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
2014-09-10 14:47:34 +00:00

12 lines
360 B
Diff

--- ./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);