Skip to content

Commit 3853060

Browse files
Sacha0NHDaly
andauthored
Correct pcre2-cet-flags.patch whitespace. (#38913)
pcre2-cet-flags.patch lacks some trailing whitespace that exists in one of the target files. Consequently, the patch does not apply when the patch tool is strict about whitespace. This teensy diff makes the whitespace in pcre2-cet-flags.patch strictly match the whitespace in the target file. Co-Authored-By: Nathan Daly <[email protected]> Co-authored-by: Nathan Daly <[email protected]>
1 parent a56af7d commit 3853060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/patches/pcre2-cet-flags.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ index 2873912..0ce7004 100644
115115
+@WITH_PCRE2_8_TRUE@ $(VISIBILITY_CFLAGS) $(CET_CFLAGS) \
116116
+@WITH_PCRE2_8_TRUE@ $(AM_CFLAGS) $(am__append_5) \
117117
+@WITH_PCRE2_8_TRUE@ $(am__append_8)
118-
@WITH_PCRE2_8_TRUE@libpcre2_8_la_LIBADD =
118+
@WITH_PCRE2_8_TRUE@libpcre2_8_la_LIBADD =
119119
@WITH_PCRE2_16_TRUE@libpcre2_16_la_SOURCES = \
120120
@WITH_PCRE2_16_TRUE@ $(COMMON_SOURCES)
121121
@@ -1321,8 +1323,9 @@ COMMON_SOURCES = \
@@ -127,7 +127,7 @@ index 2873912..0ce7004 100644
127127
+@WITH_PCRE2_16_TRUE@ $(VISIBILITY_CFLAGS) $(CET_CFLAGS) \
128128
+@WITH_PCRE2_16_TRUE@ $(AM_CFLAGS) $(am__append_6) \
129129
+@WITH_PCRE2_16_TRUE@ $(am__append_9)
130-
@WITH_PCRE2_16_TRUE@libpcre2_16_la_LIBADD =
130+
@WITH_PCRE2_16_TRUE@libpcre2_16_la_LIBADD =
131131
@WITH_PCRE2_32_TRUE@libpcre2_32_la_SOURCES = \
132132
@WITH_PCRE2_32_TRUE@ $(COMMON_SOURCES)
133133
@@ -1332,8 +1335,9 @@ COMMON_SOURCES = \
@@ -139,7 +139,7 @@ index 2873912..0ce7004 100644
139139
+@WITH_PCRE2_32_TRUE@ $(VISIBILITY_CFLAGS) $(CET_CFLAGS) \
140140
+@WITH_PCRE2_32_TRUE@ $(AM_CFLAGS) $(am__append_7) \
141141
+@WITH_PCRE2_32_TRUE@ $(am__append_10)
142-
@WITH_PCRE2_32_TRUE@libpcre2_32_la_LIBADD =
142+
@WITH_PCRE2_32_TRUE@libpcre2_32_la_LIBADD =
143143
@WITH_PCRE2_8_TRUE@libpcre2_8_la_LDFLAGS = $(EXTRA_LIBPCRE2_8_LDFLAGS)
144144
@WITH_PCRE2_16_TRUE@libpcre2_16_la_LDFLAGS = $(EXTRA_LIBPCRE2_16_LDFLAGS)
145145
diff --git a/configure b/configure

0 commit comments

Comments
 (0)