diff options
author | Patrick 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) |
commit | 0a890c0f16ccbea19e9e3779425d8a6e9fd8f8d9 (patch) | |
tree | 8e5c4beda09dd10db3cc004245138d6923e6f54b /control | |
parent | d26228b3e9e254400bdb347fa2b9b721186b816c (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
Diffstat (limited to 'control')
-rw-r--r-- | control | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |