Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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: major 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 Guy Dalziel, 15 years ago

Owner: changed from blfs-book@… to Guy Dalziel
Status: newassigned

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.

comment:2 by Guy Dalziel, 15 years ago

Resolution: fixed
Status: assignedclosed

comment:3 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

Note: See TracTickets for help on using tickets.