summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
diff options
context:
space:
mode:
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.patch7
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
22diff --git a/configure.in b/configure.in
23index 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--
362.7.4
37