From bbe2336533e92e1d45903a10422e5d8bb38d46d8 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 5 Jul 2024 13:26:49 +0000 Subject: automatic import of postgresql --- postgresql-no-libecpg.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 postgresql-no-libecpg.patch (limited to 'postgresql-no-libecpg.patch') diff --git a/postgresql-no-libecpg.patch b/postgresql-no-libecpg.patch new file mode 100644 index 0000000..0d2e9c1 --- /dev/null +++ b/postgresql-no-libecpg.patch @@ -0,0 +1,12 @@ +diff -up postgresql-13.1/src/interfaces/Makefile.patch10 postgresql-13.1/src/interfaces/Makefile +--- postgresql-13.1/src/interfaces/Makefile.patch10 2021-02-02 21:33:23.235292305 +0100 ++++ postgresql-13.1/src/interfaces/Makefile 2021-02-02 21:33:30.281365440 +0100 +@@ -12,7 +12,7 @@ subdir = src/interfaces + top_builddir = ../.. + include $(top_builddir)/src/Makefile.global + +-SUBDIRS = libpq ecpg ++SUBDIRS = libpq + + $(recurse) + -- cgit v1.2.3