#2928 closed defect (fixed)
PIN-Entry 0.7.6 mistake in configure options
| Reported by: | Stefan Morrell | Owned by: | Guy Dalziel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BOOK | Version: | SVN |
| Severity: | high | Keywords: | |
| Cc: |
Description
Current SVN (20090729 )reads
./configure --prefix=/usr \
--enable-pin-entry-curses \
--enable-fallback-curses \
--disable-pinentry-gtk \
--disable-pinentry-gtk2 \
--disable-pinentry-qt &&
make
Should be:
./configure --prefix=/usr \
--enable-pinentry-curses \
--enable-fallback-curses \
--disable-pinentry-gtk \
--disable-pinentry-gtk2 \
--disable-pinentry-qt &&
make
(that's pinentry-curses, not pin-entry-curses)
Change History (3)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Thank you for that, however the fact I didn't notice it shows that this option may be unnecessary. Disabling gtk, gtk2, and qt are necessary when X is not installed, but PIN-Entry defaults to curses anyway once they're disabled. Thanks for the report.