-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ Signed-off-by: Hongxu Jia <[email protected]> | |
src/common/Makefile | 4 ---- | ||
1 file changed, 4 deletions(-) | ||
|
||
diff --git a/src/common/Makefile b/src/common/Makefile | ||
index 1fc2c66..5e6c457 100644 | ||
--- a/src/common/Makefile | ||
+++ b/src/common/Makefile | ||
@@ -27,10 +27,6 @@ include $(top_builddir)/src/Makefile.global | ||
Index: postgresql-12.16/src/common/Makefile | ||
=================================================================== | ||
--- postgresql-12.16.orig/src/common/Makefile | ||
+++ postgresql-12.16/src/common/Makefile | ||
@@ -31,10 +31,6 @@ include $(top_builddir)/src/Makefile.glo | ||
# don't include subdirectory-path-dependent -I and -L switches | ||
STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS)) | ||
STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS)) | ||
|
@@ -34,6 +34,3 @@ index 1fc2c66..5e6c457 100644 | |
override CPPFLAGS += -DVAL_CFLAGS_SL="\"$(CFLAGS_SL)\"" | ||
override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" | ||
override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" | ||
-- | ||
2.7.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ Signed-off-by: Changqing Li <[email protected]> | |
configure.in | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/configure.in b/configure.in | ||
index b98b9bb..8584677 100644 | ||
--- a/configure.in | ||
+++ b/configure.in | ||
@@ -2211,7 +2211,7 @@ Use --without-tcl to disable building PL/Tcl.]) | ||
Index: postgresql-12.16/configure.in | ||
=================================================================== | ||
--- postgresql-12.16.orig/configure.in | ||
+++ postgresql-12.16/configure.in | ||
@@ -2357,7 +2357,7 @@ Use --without-tcl to disable building PL | ||
fi | ||
|
||
# check for <perl.h> | ||
|
@@ -32,6 +32,3 @@ index b98b9bb..8584677 100644 | |
ac_save_CPPFLAGS=$CPPFLAGS | ||
CPPFLAGS="$CPPFLAGS $perl_includespec" | ||
AC_CHECK_HEADER(perl.h, [], [AC_MSG_ERROR([header file <perl.h> is required for Perl])], | ||
-- | ||
2.7.4 | ||
|