SHA256
1
0
forked from pool/pgbackrest
pgbackrest/libpq-fe.h_localisation.patch
Martin Pluskal 25542b8f46 Accepting request 725929 from home:bruno_friedmann:branches:server:database:postgresql
- Update to 2.16 release C Migrations and Bug Fixes
- Packaging adding new libpq-fe dependency
- Added patch libpq-fe.h_localisation.patch

- Update to 2.15.1 release
- Packaging export %optflag as CFLAG

OBS-URL: https://build.opensuse.org/request/show/725929
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=25
2019-08-26 01:23:36 +00:00

13 lines
485 B
Diff

diff -rup a/src/postgres/client.c b/src/postgres/client.c
--- a/src/postgres/client.c 2019-08-05 18:03:04.000000000 +0200
+++ b/src/postgres/client.c 2019-08-24 18:28:37.708798692 +0200
@@ -3,7 +3,7 @@ Postgres Client
***********************************************************************************************************************************/
#include "build.auto.h"
-#include <libpq-fe.h>
+#include <pgsql/libpq-fe.h>
#include "common/debug.h"
#include "common/log.h"