From 5c26b9ac9d6067efa81db491f1b4f67bb097ba37 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Jul 2019 01:41:17 -0400 Subject: 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". --- diff --git a/changelog b/changelog index 26db9bb..ae79f40 100644 --- a/changelog +++ b/changelog @@ -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. diff --git a/control b/control index 6171ebe..a53a510 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Maintainer: Patrick McDermott 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/ -- cgit v0.9.1