Fix offsets in patches
This commit is contained in:
parent
bdc4249e7a
commit
5b845be81f
@ -1,11 +1,10 @@
|
|||||||
Nothing ever depended on libecpg_compat.so.3 in Fedora, so don't build
|
Nothing ever depended on libecpg_compat.so.3 in Fedora, so don't build
|
||||||
it now, at least till somebody explicitly requests that.
|
it now, at least till somebody explicitly requests that.
|
||||||
|
|
||||||
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
|
diff -ur postgresql-14.2_original/src/interfaces/ecpg/Makefile postgresql-14.2/src/interfaces/ecpg/Makefile
|
||||||
index 41460a1..cc3dd37 100644
|
--- postgresql-14.2_original/src/interfaces/ecpg/Makefile 2022-02-23 09:31:24.000000000 +0100
|
||||||
--- a/src/interfaces/ecpg/Makefile
|
+++ postgresql-14.2/src/interfaces/ecpg/Makefile 2022-02-23 10:30:19.000000000 +0100
|
||||||
+++ b/src/interfaces/ecpg/Makefile
|
@@ -2,7 +2,7 @@
|
||||||
@@ -2,7 +2,7 @@ subdir = src/interfaces/ecpg
|
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
@ -13,4 +12,4 @@ index 41460a1..cc3dd37 100644
|
|||||||
+SUBDIRS = include pgtypeslib ecpglib preproc
|
+SUBDIRS = include pgtypeslib ecpglib preproc
|
||||||
|
|
||||||
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
|
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
|
||||||
# http://savannah.gnu.org/bugs/?30653
|
# https://savannah.gnu.org/bugs/?30653
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
|
diff -ur postgresql-14.2_original/src/interfaces/libpq/Makefile postgresql-14.2/src/interfaces/libpq/Makefile
|
||||||
index 32a9fdfb7b..899de131da 100644
|
--- postgresql-14.2_original/src/interfaces/libpq/Makefile 2022-02-23 09:31:25.000000000 +0100
|
||||||
--- a/src/interfaces/libpq/Makefile
|
+++ postgresql-14.2/src/interfaces/libpq/Makefile 2022-02-23 10:18:14.000000000 +0100
|
||||||
+++ b/src/interfaces/libpq/Makefile
|
@@ -96,8 +96,6 @@
|
||||||
@@ -76,8 +76,6 @@ SHLIB_PREREQS = submake-libpgport
|
|
||||||
|
|
||||||
SHLIB_EXPORTS = exports.txt
|
PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
|
||||||
|
|
||||||
-all: all-lib
|
-all: all-lib
|
||||||
-
|
-
|
||||||
|
@ -136,7 +136,7 @@ find_lang_bins %name-devel.lst ecpg
|
|||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.3-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jul 27 2021 Filip Januš <fjanus@redhat.com> - 13.3-1
|
* Tue Jul 27 2021 Filip Januš <fjanus@redhat.com> - 13.3-1
|
||||||
- Update to 13.3
|
- Update to 13.3
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-6
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-6
|
||||||
|
Loading…
Reference in New Issue
Block a user