From 243a4c7e274ea060ea35c5dc6701e2cf918e0f29 Mon Sep 17 00:00:00 2001 From: "Randall S. Becker" Date: Sat, 9 Feb 2019 19:20:16 -0500 Subject: [PATCH] config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform The NonStop platform needs this configuration item specified as UnfortunatelyYes so that config directory files are correctly processed. Signed-off-by: Randall S. Becker Signed-off-by: Junio C Hamano --- config.mak.uname | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mak.uname b/config.mak.uname index 786bb2f913..281c547e2f 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -490,6 +490,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL) OLD_ICONV = UnfortunatelyYes NO_REGEX = NeedsStartEnd NO_PTHREADS = UnfortunatelyYes + FREAD_READS_DIRECTORIES = UnfortunatelyYes # Not detected (nor checked for) by './configure'. # We don't have SA_RESTART on NonStop, unfortunalety. -- 2.11.4.GIT