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