From 0a890c0f16ccbea19e9e3779425d8a6e9fd8f8d9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 10 Jan 2021 10:56:49 -0500 Subject: control: B-D on pkgconf Fixes: gcc -o dialog dialog.o -L. -ldialog -ffile-prefix-map=<>/wd/tmp=. -lncursesw -lm /usr/bin/ld: dialog.o: undefined reference to symbol 'napms' /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 make[1]: *** [makefile:214: dialog] Error 1 make[1]: Leaving directory '<>/wd/tmp/build_ncursesw' make: *** [../build:11: build] Error 2 --- diff --git a/control b/control index 1d21d0d..82dfe51 100644 --- a/control +++ b/control @@ -5,5 +5,6 @@ Build-Depends: busybox (>= 1.32.0-1), gpg, dirmngr, libncurses.6-dev, + pkgconf, gettext-tiny, Homepage: https://invisible-island.net/dialog/dialog.html -- cgit v0.9.1