diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-02-22 15:45:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-22 09:14:39 -0800 |
commit | cb3f4cffe9128395baf30660445b02940a03a1c7 (patch) | |
tree | cd71b85a1b69ef3bf74fd9d554cfb4b3ec423326 /meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch | |
parent | fe6187fed9f147db9de0ca6b0b4fdb2e2a02102b (diff) | |
download | meta-openembedded-cb3f4cffe9128395baf30660445b02940a03a1c7.tar.gz |
postgresql: upgrade 13.1 -> 13.2
-License-Update: Copyright year updated to 2021.
Upgrade patches to fix
ERROR: postgresql-13.2-r0 do_patch: Fuzz detected:
Applying patch 0001-configure.in-bypass-autoconf-2.69-version-check.patch
patching file configure.in
Hunk #1 succeeded at 19 with fuzz 2.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch b/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch index 22b62d9ded..ba2ee29f05 100644 --- a/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch +++ b/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch | |||
@@ -19,11 +19,9 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
19 | configure.in | 2 +- | 19 | configure.in | 2 +- |
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | 20 | 1 file changed, 1 insertion(+), 1 deletion(-) |
21 | 21 | ||
22 | diff --git a/configure.in b/configure.in | ||
23 | index b98b9bb..8584677 100644 | ||
24 | --- a/configure.in | 22 | --- a/configure.in |
25 | +++ b/configure.in | 23 | +++ b/configure.in |
26 | @@ -2211,7 +2211,7 @@ Use --without-tcl to disable building PL/Tcl.]) | 24 | @@ -2206,7 +2206,7 @@ Use --without-tcl to disable building PL |
27 | fi | 25 | fi |
28 | 26 | ||
29 | # check for <perl.h> | 27 | # check for <perl.h> |
@@ -32,6 +30,3 @@ index b98b9bb..8584677 100644 | |||
32 | ac_save_CPPFLAGS=$CPPFLAGS | 30 | ac_save_CPPFLAGS=$CPPFLAGS |
33 | CPPFLAGS="$CPPFLAGS $perl_includespec" | 31 | CPPFLAGS="$CPPFLAGS $perl_includespec" |
34 | AC_CHECK_HEADER(perl.h, [], [AC_MSG_ERROR([header file <perl.h> is required for Perl])], | 32 | AC_CHECK_HEADER(perl.h, [], [AC_MSG_ERROR([header file <perl.h> is required for Perl])], |
35 | -- | ||
36 | 2.7.4 | ||
37 | |||