summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-04 09:59:49 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-06 07:34:29 (EST)
commitf0e53e7bb00fee6395f489e2f6162289ecf0f1d9 (patch)
tree954e2e15fb222d466149a431d7d4b08e4fef7b6e
parente24fea79a8c7c3988cd604b115feefebd6879bbd (diff)
control: B-D on pkgconf for menuconfig
Fixes: HOSTLD scripts/kconfig/lxdialog/lxdialog /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'LINES' /usr/bin/ld: /usr/lib/amd64-linux-glibc/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status
-rw-r--r--control2
1 files changed, 1 insertions, 1 deletions
diff --git a/control b/control
index 4c0aeed..a8ada12 100644
--- a/control
+++ b/control
@@ -2,5 +2,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2),
config-busybox-${Host-Plat},
gpg, dirmngr,
- libncurses.6-dev, terminfo,
+ pkgconf, libncurses.6-dev, terminfo,
Homepage: http://www.busybox.net/