From 310335813fa6ad627fec66490d270164c5f5d106 Mon Sep 17 00:00:00 2001 From: henderkes Date: Mon, 20 Oct 2025 21:23:54 +0200 Subject: [PATCH] use libedit for postgreqsql --- config/lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lib.json b/config/lib.json index 81335539..6eefb33d 100644 --- a/config/lib.json +++ b/config/lib.json @@ -781,7 +781,7 @@ "libxml2", "openssl", "zlib", - "readline" + "libedit" ], "lib-suggests": [ "icu",