diff options
author | Patrick 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) |
commit | 69deebc16b137a576184bfae727ac41ba1cb355d (patch) | |
tree | f2933c38364f369ff7b9771b780632d573067869 /changelog | |
parent | 51450a95cc9d19ce42f013f6609c56dd9c487b43 (diff) |
control: Use ncurses ABI 5
ABI 6 packages segfault on initscr() for some reason.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |