git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 1/2] config.mak.uname: remove redundant NO_LIBPCRE1_JIT flag
@ 2021-01-24  1:58 Ævar Arnfjörð Bjarmason
  2021-01-24  1:58 ` [PATCH 2/2] Remove support for v1 of the PCRE library Ævar Arnfjörð Bjarmason
  2021-01-28 15:44 ` [PATCH 1/2] config.mak.uname: remove redundant NO_LIBPCRE1_JIT flag Johannes Schindelin
  0 siblings, 2 replies; 5+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2021-01-24  1:58 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Carlo Marcelo Arenas Belón,
	Ævar Arnfjörð Bjarmason

Remove a flag added in my fb95e2e38d (grep: un-break building with
PCRE >= 8.32 without --enable-jit, 2017-06-01). It's set just below
USE_LIBPCRE=YesPlease, so it's been redundant since
e6c531b808 (Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1,
2018-03-11).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
---
 config.mak.uname | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config.mak.uname b/config.mak.uname
index 198ab1e58f..e22d4b6d67 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -664,7 +664,6 @@ else
 		NO_GETTEXT =
 		USE_GETTEXT_SCHEME = fallthrough
 		USE_LIBPCRE= YesPlease
-		NO_LIBPCRE1_JIT = UnfortunatelyYes
 		NO_CURL =
 		USE_NED_ALLOCATOR = YesPlease
 	else
-- 
2.29.2.222.g5d2a92d10f8


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-28 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24  1:58 [PATCH 1/2] config.mak.uname: remove redundant NO_LIBPCRE1_JIT flag Ævar Arnfjörð Bjarmason
2021-01-24  1:58 ` [PATCH 2/2] Remove support for v1 of the PCRE library Ævar Arnfjörð Bjarmason
2021-01-24  3:21   ` brian m. carlson
2021-01-24  5:14     ` Junio C Hamano
2021-01-28 15:44 ` [PATCH 1/2] config.mak.uname: remove redundant NO_LIBPCRE1_JIT flag Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).