From 5d365835e2c47956f172d9196195be486e65d5eb Mon Sep 17 00:00:00 2001
From: Georgy Moshkin <gmoshkin@picodata.io>
Date: Mon, 19 Dec 2022 12:33:17 +0300
Subject: [PATCH] build: remove some unneeded build steps for ncurses

---
 cmake/BuildReadline.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/BuildReadline.cmake b/cmake/BuildReadline.cmake
index bdb5044ff5..70738b3e33 100644
--- a/cmake/BuildReadline.cmake
+++ b/cmake/BuildReadline.cmake
@@ -59,6 +59,8 @@ ExternalProject_Add(bundled-ncurses-project
         --disable-db-install
         --without-progs
         --without-manpages
+        --without-manpage-renames
+        --without-ada
         --without-tests
     BUILD_BYPRODUCTS ${NCURSES_LIBRARY} ${NCURSES_TINFO_LIBRARY}
     DOWNLOAD_EXTRACT_TIMESTAMP TRUE
-- 
GitLab