All of lore.kernel.org
 help / color / mirror / 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:46 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.