initial import
This commit is contained in:
13
onak/fix-postgresql-build.patch
Normal file
13
onak/fix-postgresql-build.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/keydb/keydb_pg.c 2023-09-26 21:52:47.000000000 +0200
|
||||
+++ b/keydb/keydb_pg.c 2023-10-26 02:12:48.150006544 +0200
|
||||
@@ -16,8 +16,8 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
-#include <postgresql/libpq-fe.h>
|
||||
-#include <postgresql/libpq/libpq-fs.h>
|
||||
+#include <libpq-fe.h>
|
||||
+#include <libpq/libpq-fs.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
Reference in New Issue
Block a user