summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-10 10:56:49 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-11 01:06:50 (EST)
commit0a890c0f16ccbea19e9e3779425d8a6e9fd8f8d9 (patch)
tree8e5c4beda09dd10db3cc004245138d6923e6f54b
parentd26228b3e9e254400bdb347fa2b9b721186b816c (diff)
control: B-D on pkgconf
Fixes: gcc -o dialog dialog.o -L. -ldialog -ffile-prefix-map=<<SESSION_DIR>>/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 '<<SESSION_DIR>>/wd/tmp/build_ncursesw' make: *** [../build:11: build] Error 2
-rw-r--r--control1
1 files changed, 1 insertions, 0 deletions
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