diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:23:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:23:37 +0000 |
commit | 150ec328d3701adc17eb5af2f802bc1cb917259c (patch) | |
tree | c6ffe0ba8f8de33a144f5c107814302ef0f07782 /libecpg-10.5-no-compat-lib.patch | |
parent | d409fc900950d24a286ec1c3053a3c229526d23f (diff) |
automatic import of libecpgopeneuler24.03_LTS
Diffstat (limited to 'libecpg-10.5-no-compat-lib.patch')
-rw-r--r-- | libecpg-10.5-no-compat-lib.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libecpg-10.5-no-compat-lib.patch b/libecpg-10.5-no-compat-lib.patch new file mode 100644 index 0000000..d1d64e0 --- /dev/null +++ b/libecpg-10.5-no-compat-lib.patch @@ -0,0 +1,16 @@ +Nothing ever depended on libecpg_compat.so.3 in Fedora, so don't build +it now, at least till somebody explicitly requests that. + +diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile +index 41460a1..cc3dd37 100644 +--- a/src/interfaces/ecpg/Makefile ++++ b/src/interfaces/ecpg/Makefile +@@ -2,7 +2,7 @@ subdir = src/interfaces/ecpg + top_builddir = ../../.. + include $(top_builddir)/src/Makefile.global + +-SUBDIRS = include pgtypeslib ecpglib compatlib preproc ++SUBDIRS = include pgtypeslib ecpglib preproc + + # Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf + # http://savannah.gnu.org/bugs/?30653 |