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 | 7 |
1 files changed, 1 insertions, 6 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 60b7910c5d..e9bc6240de 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch | |||
@@ -22,11 +22,9 @@ 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 16619e4..665eaa1 100644 | ||
27 | --- a/src/common/Makefile | 25 | --- a/src/common/Makefile |
28 | +++ b/src/common/Makefile | 26 | +++ b/src/common/Makefile |
29 | @@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.global | 27 | @@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.glo |
30 | # don't include subdirectory-path-dependent -I and -L switches | 28 | # don't include subdirectory-path-dependent -I and -L switches |
31 | STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS)) | 29 | STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS)) |
32 | STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS)) | 30 | STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS)) |
@@ -36,6 +34,3 @@ index 16619e4..665eaa1 100644 | |||
36 | override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" | 34 | override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" |
37 | override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" | 35 | override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" |
38 | override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" | 36 | override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" |
39 | -- | ||
40 | 2.17.1 | ||
41 | |||