summaryrefslogtreecommitdiffstats
path: root/testing/lua-dbi/lua-dbi-postgresql.patch
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-01-30 02:37:57 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-01-30 02:37:57 +0000
commita9bc84bba147c649e2e30f270add42d6c6da0b4e (patch)
treee85cb22d969966900b71e0ba4a26e6d600044904 /testing/lua-dbi/lua-dbi-postgresql.patch
parent9ba6d526aaff5714cb1ad8b9e91c5576e19e0e0b (diff)
parent5d7f87f856d5ab5c13148f781a309af5c9ceff02 (diff)
downloadaports-a9bc84bba147c649e2e30f270add42d6c6da0b4e.tar.bz2
aports-a9bc84bba147c649e2e30f270add42d6c6da0b4e.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
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 000000000..2d2ba272d
--- /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>
+
+ /*