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 | |
parent | 51450a95cc9d19ce42f013f6609c56dd9c487b43 (diff) |
control: Use ncurses ABI 5
ABI 6 packages segfault on initscr() for some reason.
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 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 @@ -1,6 +1,6 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr, config-linux-libre-${Host-Plat}, bc, xz, - pkgconf, libncurses.6-dev, libncursesw.6, terminfo, + pkgconf, libncursesw.5-dev, libncursesw.5, terminfo, bison, flex, Homepage: https://www.fsfla.org/ikiwiki/selibre/linux-libre/ |