| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ABI 6 packages segfault on initscr() for some reason.
|
| |
|
|
|
|
|
|
|
| |
Upstream scripts/kconfig/[mn]conf-cfg.sh try to use pkg-config to find
ncurses before falling back on hardcoded path checks and CFLAGS and LIBS
output. Make use of pkg-config instead of patching in the missing
"-ltinfo".
|
|
|
|
| |
libncurses.6-dev (<= 6.1+20190623-1) is missing this dependency.
|
| |
|
|
|
|
| |
And B-D on libncurses.6-dev.
|
| |
|
| |
|
|
|
|
|
| |
And B-D on an opkbuild version with support for "+" in upstream version
strings.
|
|
I'm taking the opportunity to start fresh because the original
repository is weighed down by an upstream source archive in contained
long ago.
See the linux-libre package repository for the full Git history.
|