summaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 03:00:40 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 03:02:23 (EDT)
commit69deebc16b137a576184bfae727ac41ba1cb355d (patch)
treef2933c38364f369ff7b9771b780632d573067869 /changelog
parent51450a95cc9d19ce42f013f6609c56dd9c487b43 (diff)
control: Use ncurses ABI 5
ABI 6 packages segfault on initscr() for some reason.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog b/changelog
index d3e909d..314c0d4 100644
--- a/changelog
+++ b/changelog
@@ -11,7 +11,7 @@ linux-libre-4.19 (4.19.56+gnu-1) trunk
* Apply patch from Eric Wong to fix regression in Linux(-libre) >= 4.3 with
older versions of libreboot and coreboot that didn't reserve the RTC
century byte in NVRAM/CMOS.
- * Add libncurses.6-dev and terminfo to Build-Depends for convenience when
+ * Add libncursesw.5-dev and terminfo to Build-Depends for convenience when
building and running upstream mconf (menuconfig).
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 28 Jun 2019 18:50:56 -0400