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 | |
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".
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 3 insertions, 2 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. @@ -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, - libncurses.6-dev, libncursesw.6, + pkgconf, libncurses.6-dev, libncursesw.6, bison, flex, Homepage: https://www.fsfla.org/ikiwiki/selibre/linux-libre/ |