summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-09-09 16:01:29 +0000
committerArmin Kuster <akuster808@gmail.com>2023-09-09 12:52:03 -0400
commite42d1e758f9f08b98c0e8c6f0532316951bb276f (patch)
tree09b30a5b672921a0717abdd491b533895f4a9f06 /meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
parentffa6aff5da51313b2b5333ecbcd78d7e9c23a61b (diff)
downloadmeta-openembedded-e42d1e758f9f08b98c0e8c6f0532316951bb276f.tar.gz
postgresql: refresh patches
fixes: WARNING: postgresql-12.16-r0 do_patch: Fuzz detected: Applying patch 0001-Add-support-for-RISC-V.patch patching file src/include/storage/s_lock.h Hunk #2 succeeded at 339 with fuzz 1. Signed-off-by: Armin Kuster <akuster808@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.patch13
1 files changed, 5 insertions, 8 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..eb6226b179 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,11 @@ 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
22diff --git a/configure.in b/configure.in 22Index: postgresql-12.16/configure.in
23index b98b9bb..8584677 100644 23===================================================================
24--- a/configure.in 24--- postgresql-12.16.orig/configure.in
25+++ b/configure.in 25+++ postgresql-12.16/configure.in
26@@ -2211,7 +2211,7 @@ Use --without-tcl to disable building PL/Tcl.]) 26@@ -2357,7 +2357,7 @@ Use --without-tcl to disable building PL
27 fi 27 fi
28 28
29 # check for <perl.h> 29 # check for <perl.h>
@@ -32,6 +32,3 @@ index b98b9bb..8584677 100644
32 ac_save_CPPFLAGS=$CPPFLAGS 32 ac_save_CPPFLAGS=$CPPFLAGS
33 CPPFLAGS="$CPPFLAGS $perl_includespec" 33 CPPFLAGS="$CPPFLAGS $perl_includespec"
34 AC_CHECK_HEADER(perl.h, [], [AC_MSG_ERROR([header file <perl.h> is required for Perl])], 34 AC_CHECK_HEADER(perl.h, [], [AC_MSG_ERROR([header file <perl.h> is required for Perl])],
35--
362.7.4
37