diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch index e9bc6240de..02f4c9e513 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 71fbee3888ee889a269eded5585ed7591bcbe9dd Mon Sep 17 00:00:00 2001 | 1 | From bbba8a5261a99e79c9cd4693ef56021014a9856b 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] Improve reproducibility, | 4 | Subject: [PATCH] Improve reproducibility, |
@@ -22,9 +22,11 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
22 | src/common/Makefile | 3 --- | 22 | src/common/Makefile | 3 --- |
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 | ||
26 | index 880722f..7a9b9d4 100644 | ||
25 | --- a/src/common/Makefile | 27 | --- a/src/common/Makefile |
26 | +++ b/src/common/Makefile | 28 | +++ b/src/common/Makefile |
27 | @@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.glo | 29 | @@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.global |
28 | # don't include subdirectory-path-dependent -I and -L switches | 30 | # don't include subdirectory-path-dependent -I and -L switches |
29 | STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS)) | 31 | STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS)) |
30 | STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS)) | 32 | STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS)) |
@@ -34,3 +36,6 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
34 | override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" | 36 | override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" |
35 | override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" | 37 | override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" |
36 | override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" | 38 | override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" |
39 | -- | ||
40 | 2.34.1 | ||
41 | |||