summaryrefslogtreecommitdiff
path: root/postgresql-no-libecpg.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-06-24 10:01:23 +0000
committerCoprDistGit <infra@openeuler.org>2024-06-24 10:01:23 +0000
commit2bf73940674385629e4eaed7d9df573671a12256 (patch)
tree1dd3991fe20aedb65e94fd2b680507f5e23da852 /postgresql-no-libecpg.patch
parentce92b1d6b55661459c9ba8d7f30c3d63cf0fe81a (diff)
Diffstat (limited to 'postgresql-no-libecpg.patch')
-rw-r--r--postgresql-no-libecpg.patch12
1 files changed, 12 insertions, 0 deletions
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)
+