diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 01:41:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 01:47:15 (EDT) |
commit | 5c26b9ac9d6067efa81db491f1b4f67bb097ba37 (patch) | |
tree | 4171a6e33bab8d3709d26f443f248c75eda309ad /changelog | |
parent | 95c8128b362e01ca175361fc0ab4263bbc163ca6 (diff) |
control: B-D on pkgconf
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".
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,10 +2,11 @@ linux-libre-4.19 (4.19.56+gnu-1) trunk * New upstream version. - Drop patches/01_no-bash.patch, issue fixed upstream. - - Drop patches/02_fix-mconf-linking.patch. * Update Maintainer and Homepage. * Regenerate M+ fonts from M+ version 063a using otf2bdf and bdf2fbcon and rebase patch onto new upstream Linux-libre. + * Drop patches/02_fix-mconf-linking.patch and instead add pkgconf to build + dependencies. * 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. |