Blame SOURCES/libecpg-10.5-no-compat-lib.patch

68f0bf
Nothing ever depended on libecpg_compat.so.3 in Fedora, so don't build
68f0bf
it now, at least till somebody explicitly requests that.
68f0bf
68f0bf
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
68f0bf
index 41460a1..cc3dd37 100644
68f0bf
--- a/src/interfaces/ecpg/Makefile
68f0bf
+++ b/src/interfaces/ecpg/Makefile
68f0bf
@@ -2,7 +2,7 @@ subdir = src/interfaces/ecpg
68f0bf
 top_builddir = ../../..
68f0bf
 include $(top_builddir)/src/Makefile.global
68f0bf
 
68f0bf
-SUBDIRS = include pgtypeslib ecpglib compatlib preproc
68f0bf
+SUBDIRS = include pgtypeslib ecpglib preproc
68f0bf
 
68f0bf
 # Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
68f0bf
 # http://savannah.gnu.org/bugs/?30653