diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch b/meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch index b3e87cbc46..e0605347e3 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 084cc44215c1d5e6d33bc3d2e1d24da4fc98bdcd Mon Sep 17 00:00:00 2001 | 1 | From 736c190e0c8a1c5ce3dc84292d066292e969d81e Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Mon, 28 Dec 2020 16:38:21 +0800 | 3 | Date: Mon, 28 Dec 2020 16:38:21 +0800 |
| 4 | Subject: [PATCH 2/5] Improve reproducibility, | 4 | Subject: [PATCH] Improve reproducibility, |
| 5 | 5 | ||
| 6 | Remove build patch from binaries which pg_config do | 6 | Remove build patch from binaries which pg_config do |
| 7 | not record var-CC, var-CFLAGS, and configure | 7 | not record var-CC, var-CFLAGS, and configure |
| @@ -23,7 +23,7 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
| 23 | 1 file changed, 3 deletions(-) | 23 | 1 file changed, 3 deletions(-) |
| 24 | 24 | ||
| 25 | diff --git a/src/common/Makefile b/src/common/Makefile | 25 | diff --git a/src/common/Makefile b/src/common/Makefile |
| 26 | index 113029b..58842a6 100644 | 26 | index 3d83299..e14cda6 100644 |
| 27 | --- a/src/common/Makefile | 27 | --- a/src/common/Makefile |
| 28 | +++ b/src/common/Makefile | 28 | +++ b/src/common/Makefile |
| 29 | @@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.global | 29 | @@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.global |
| @@ -36,6 +36,3 @@ index 113029b..58842a6 100644 | |||
| 36 | override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" | 36 | override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" |
| 37 | override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" | 37 | override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" |
| 38 | override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" | 38 | override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" |
| 39 | -- | ||
| 40 | 2.25.1 | ||
| 41 | |||
