aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-dbi/lua-dbi-postgresql.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-01-26 22:34:38 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-01-26 22:35:16 +0000
commitfbe3f23374f511ad6406ab81d9a43c543acef843 (patch)
treebab64ab4025faaaff3adf545f30ef6cc3a9d55bb /testing/lua-dbi/lua-dbi-postgresql.patch
parentcc177e898dde61ffbc3282eda7df24dd2612e708 (diff)
testing/lua-dbi: new aport
A database interface library for Lua
Diffstat (limited to 'testing/lua-dbi/lua-dbi-postgresql.patch')
-rw-r--r--testing/lua-dbi/lua-dbi-postgresql.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/lua-dbi/lua-dbi-postgresql.patch b/testing/lua-dbi/lua-dbi-postgresql.patch
new file mode 100644
index 00000000000..2d2ba272da7
--- /dev/null
+++ b/testing/lua-dbi/lua-dbi-postgresql.patch
@@ -0,0 +1,9 @@
+--- a/dbd/postgresql/dbd_postgresql.h.old 2010-05-01 06:25:12.000000000 +0200
++++ b/dbd/postgresql/dbd_postgresql.h 2011-04-19 16:59:53.364944209 +0200
+@@ -1,5 +1,5 @@
+ #include <libpq-fe.h>
+-#include <postgres_fe.h>
++#include <server/postgres_fe.h>
+ #include <dbd/common.h>
+
+ /*